-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit 11f9d06
File tree
26 files changed
+591
-38
lines changed- solution
- 0100-0199
- 0175.Combine Two Tables
- 0176.Second Highest Salary
- 0177.Nth Highest Salary
- 0178.Rank Scores
- 0180.Consecutive Numbers
- 0181.Employees Earning More Than Their Managers
- 0182.Duplicate Emails
- 0183.Customers Who Never Order
- 2100-2199/2117.Abbreviating the Product of a Range
- 2500-2599/2558.Take Gifts From the Richest Pile
26 files changed
+591
-38
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | - | ||
99 | + | ||
100 | + | ||
101 | + | ||
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
106 | 108 |
| |
107 | - | ||
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | - | ||
95 | + | ||
96 | + | ||
97 | + | ||
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | + | ||
117 | + | ||
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
| |||
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
137 | - | ||
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | + | ||
102 | + | ||
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
| |||
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
122 | - | ||
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 | + | ||
98 | + | ||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
| |||
105 | 107 |
| |
106 | 108 |
| |
107 | 109 |
| |
108 | - | ||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | + | ||
90 | + | ||
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
| |||
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
100 | - | ||
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | + | ||
126 | + | ||
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
| |||
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
137 | - | ||
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | + | ||
117 | + | ||
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
| |||
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
128 | - | ||
129 | 130 |
| |
130 | 131 |
| |
131 | 132 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 | + | ||
120 | + | ||
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
| |||
130 | 132 |
| |
131 | 133 |
| |
132 | 134 |
| |
133 | - | ||
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | + | ||
116 | + | ||
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
| |||
126 | 128 |
| |
127 | 129 |
| |
128 | 130 |
| |
129 | - | ||
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
|
0 commit comments