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
@@ -213,6 +213,7 @@ Because this project necessitated a framework to enable consistent daily practic
213
213
| 177 |[Consecutive Available Seats](https://leetcode.com/problems/consecutive-available-seats/description/)|[Solution](solutions/177_consecutive_available_seats.md)| LeetCode | Easy ||
214
214
| 178 |[Shortest Distance in a Line](https://leetcode.com/problems/shortest-distance-in-a-line/description/)|[Solution](solutions/178_shortest_distance_in_a_line.md)| LeetCode | Easy |`SELF-JOIN` vs `CROSS JOIN`|
215
215
| 179 |[Friendly Movies Streamed Last Month](https://leetcode.com/problems/friendly-movies-streamed-last-month/description/)|[Solution](solutions/179_friendly_movies_streamed_last_month.md)| LeetCode | Easy ||
216
+
| 180 |[Books with NULL Ratings](https://leetcode.com/problems/books-with-null-ratings/description/)|[Solution](solutions/180_books_with_null_ratings.md)| LeetCode | Easy ||
216
217
<!-- Index End - WARNING: Do not delete or modify this markdown comment. -->
Write a solution to find all books that have not been rated yet (i.e., have a **NULL** rating).
11
+
12
+
Return the result table ordered by `book_id` in **ascending** order. [[Full Description](https://leetcode.com/problems/books-with-null-ratings/description/)]
0 commit comments