You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ The problems and both submitted and site solutions are documented in individual
163
163
| 128 |[Last Person to Fit in the Bus](https://leetcode.com/problems/last-person-to-fit-in-the-bus/description/)|[Solution](solutions/128_last_person_to_fit_in_the_bus.md)| LeetCode | Medium |`ORDER BY turn RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW`|
164
164
| 129 |[Count Salary Categories](https://leetcode.com/problems/count-salary-categories/description/)|[Solution](solutions/129_count_salary_categories.md)| LeetCode | Medium |`IFNULL`|
165
165
| 130 |[Employees Whose Manager Left the Company](https://leetcode.com/problems/employees-whose-manager-left-the-company/description/)|[Solution](solutions/130_employees_whose_manager_left_the_company.md)| LeetCode | Easy ||
0 commit comments