Skip to content

Commit a2977e8

Browse files
committed
Update README for problem 252
1 parent e9284ef commit a2977e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ LeetCode solutions in Python
7676
| 238 | Product Of Array Except Self | [Solution](problems/array/product_of_array_except_self.py) | Medium | Array |
7777
| 239 | Sliding Window Maximum | [Solution](problems/sliding_window/sliding_window_maximum.py) | Hard | Sliding Window, Deque |
7878
| 242 | Valid Anagram | [Solution](problems/string/valid_anagram.py) | Easy | String |
79+
| 252 | Meeting Rooms | [Solution](problems/intervals/meeting_rooms.py) | Easy | Intervals, Sorting |
7980
| 271 | Encode And Decode Strings | [Solution](problems/string/encode_and_decode_strings.py) | Medium | String |
8081
| 286 | Walls And Gates | [Solution](problems/bfs/walls_and_gates.py) | Medium | BFS |
8182
| 287 | Find The Duplicate Number | [Solution](problems/linked_list/find_the_duplicate_number.py) | Medium | Two Pointers |

0 commit comments

Comments
 (0)