Skip to content

Commit c39ba41

Browse files
committed
Update README for problem 355
1 parent 88ed714 commit c39ba41

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
@@ -91,6 +91,7 @@ LeetCode solutions in Python
9191
| 322 | Coin Change | [Solution](problems/dynamic_programming/coin_change.py) | Medium | Dynamic Programming |
9292
| 323 | Number Of Connected Components In An Undirected Graph | [Solution](problems/union_find/number_of_connected_components_in_an_undirected_graph.py) | Medium | Union Find, Graph |
9393
| 347 | Top K Frequent Elements | [Solution](problems/array/top_k_frequent_elements.py) | Medium | Array, Bucket Sort |
94+
| 355 | Design Twitter | [Solution](problems/design/design_twitter.py) | Hard | Design, Heap |
9495
| 416 | Partition Equal Subset Sum | [Solution](problems/dynamic_programming/partition_equal_subset_sum.py) | Medium | Dynamic Programming |
9596
| 417 | Pacific Atlantic Water Flow | [Solution](problems/bfs/pacific_atlantic_water_flow.py) | Medium | BFS |
9697
| 424 | Longest Repeating Character Replacement | [Solution](problems/sliding_window/longest_repeating_character_replacement.py) | Medium | Sliding Window |

0 commit comments

Comments
 (0)