forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 0e4c841
feat: update solutions to lc problems (doocs#1796)
* No.0184.Department Highest Salary
* No.1077.Project Employees III
* No.1488.Avoid Flood in The City
* No.1532.The Most Recent Three Orders
* No.1549.The Most Recent Orders for Each Product
* No.1831.Maximum Transaction Each Day1 parent 8e6eeaf commit 0e4c841
File tree
19 files changed
+1789
-237
lines changed- solution
- 0100-0199/0184.Department Highest Salary
- 1000-1099/1077.Project Employees III
- 1400-1499/1488.Avoid Flood in The City
- 1500-1599
- 1532.The Most Recent Three Orders
- 1549.The Most Recent Orders for Each Product
- 1800-1899/1831.Maximum Transaction Each Day
19 files changed
+1789
-237
lines changedLines changed: 24 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
83 | 91 |
| |
84 | 92 |
| |
85 | 93 |
| |
86 | 94 |
| |
87 | - | ||
88 | - | ||
89 | - | ||
90 | - | ||
91 | - | ||
92 | - | ||
93 | - | ||
94 | - | ||
95 | - | ||
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | - | ||
102 | - | ||
103 | - | ||
104 | 95 |
| |
105 | 96 |
| |
106 | - | ||
107 | - | ||
108 | - | ||
109 | - | ||
97 | + | ||
110 | 98 |
| |
111 | - | ||
112 | - | ||
99 | + | ||
100 | + | ||
113 | 101 |
| |
114 | - | ||
115 | - | ||
116 | - | ||
117 | - | ||
118 | - | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
119 | 106 |
| |
120 | 107 |
| |
121 | 108 |
| |
| |||
124 | 111 |
| |
125 | 112 |
| |
126 | 113 |
| |
127 | - | ||
114 | + | ||
115 | + | ||
116 | + | ||
128 | 117 |
| |
129 | - | ||
118 | + | ||
130 | 119 |
| |
131 | 120 |
| |
132 | - | ||
121 | + | ||
122 | + | ||
123 | + | ||
133 | 124 |
| |
134 | - | ||
135 | - | ||
136 | - | ||
137 | - | ||
125 | + | ||
126 | + | ||
138 | 127 |
| |
139 | 128 |
| |
140 | 129 |
| |
|
Lines changed: 24 additions & 35 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
81 | 89 |
| |
82 | 90 |
| |
83 | 91 |
| |
84 | 92 |
| |
85 | - | ||
86 | - | ||
87 | - | ||
88 | - | ||
89 | - | ||
90 | - | ||
91 | - | ||
92 | - | ||
93 | - | ||
94 | - | ||
95 | - | ||
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | - | ||
102 | 93 |
| |
103 | 94 |
| |
104 | - | ||
105 | - | ||
106 | - | ||
107 | - | ||
95 | + | ||
108 | 96 |
| |
109 | - | ||
110 | - | ||
97 | + | ||
98 | + | ||
111 | 99 |
| |
112 | - | ||
113 | - | ||
114 | - | ||
115 | - | ||
116 | - | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
117 | 104 |
| |
118 | 105 |
| |
119 | 106 |
| |
| |||
122 | 109 |
| |
123 | 110 |
| |
124 | 111 |
| |
125 | - | ||
112 | + | ||
113 | + | ||
114 | + | ||
126 | 115 |
| |
127 | - | ||
116 | + | ||
128 | 117 |
| |
129 | 118 |
| |
130 | - | ||
119 | + | ||
120 | + | ||
121 | + | ||
131 | 122 |
| |
132 | - | ||
133 | - | ||
134 | - | ||
135 | - | ||
123 | + | ||
124 | + | ||
136 | 125 |
| |
137 | 126 |
| |
138 | 127 |
| |
|
Lines changed: 9 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
3 | - | ||
4 | - | ||
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
2 | + | ||
13 | 3 |
| |
14 | - | ||
15 | - | ||
16 | - | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | - | ||
99 | - | ||
98 | + | ||
100 | 99 |
| |
101 | 100 |
| |
102 | 101 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
82 | 86 |
| |
83 | 87 |
| |
84 | 88 |
| |
| |||
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
91 | - | ||
92 | - | ||
95 | + | ||
93 | 96 |
| |
94 | 97 |
| |
95 | 98 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
5 | + | ||
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
0 commit comments