Skip to content

Commit 82074b4

Browse files
committed
Update README for problem 332
1 parent 62f4929 commit 82074b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ LeetCode solutions in Python
115115
| 322 | Coin Change | [Solution](problems/dynamic_programming/coin_change.py) | Medium | Dynamic Programming |
116116
| 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 |
117117
| 329 | Longest Increasing Path In A Matrix | [Solution](problems/dynamic_programming/longest_increasing_path_in_a_matrix.py) | Hard | Dynamic Programming, DFS |
118+
| 332 | Reconstruct Itinerary | [Solution](problems/graph/reconstruct_itinerary.py) | Hard | Graph, Heap |
118119
| 338 | Counting Bits | [Solution](problems/bit_manipulation/counting_bits.py) | Medium | Bit Manipulation, Dynamic Programming |
119120
| 347 | Top K Frequent Elements | [Solution](problems/array/top_k_frequent_elements.py) | Medium | Array, Bucket Sort |
120121
| 355 | Design Twitter | [Solution](problems/design/design_twitter.py) | Hard | Design, Heap |

0 commit comments

Comments
 (0)