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
@@ -179,6 +179,7 @@ The problems and both submitted and site solutions are documented in individual
179
179
| 144 |[Customers Who Never Order](https://leetcode.com/problems/customers-who-never-order/description/)|[Solution](solutions/144_customers_who_never_order.md)| LeetCode | Easy ||
180
180
| 145 |[Game Play Analysis I](https://leetcode.com/problems/game-play-analysis-i/description/)|[Solution](solutions/145_game_play_analysis_i.md)| LeetCode | Easy ||
181
181
| 146 |[Department Highest Salary](https://leetcode.com/problems/department-highest-salary/description/)|[Solution](solutions/146_department_highest_salary.md)| LeetCode | Medium ||
182
+
| 147 |[Customer Placing the Largest Number of Orders](https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/description/)|[Solution](solutions/147_customer_placing_the_largest_number_of_orders.md)| LeetCode | Easy |`ORDER BY` w/ Aggregate Function |
182
183
<!-- Index End - WARNING: Do not delete or modify this markdown comment. -->
Write a solution to find the `customer_number` for the customer who has placed *the largest number of orders*.
11
+
12
+
The test cases are generated so that *exactly one customer* will have placed more orders than any other customer. [[Full Description](https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/description/)]
0 commit comments