Skip to content

Commit f9a3ed6

Browse files
committed
Update README for problem 100
1 parent 2b8bea1 commit f9a3ed6

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
@@ -25,6 +25,7 @@ LeetCode solutions in Python
2525
| 74 | Search A 2D Matrix | [Solution](problems/binary_search/search_a_2d_matrix.py) | Medium | Binary Search |
2626
| 76 | Minimum Window Substring | [Solution](problems/sliding_window/minimum_window_substring.py) | Hard | Sliding Window |
2727
| 84 | Largest Rectangle In Histogram | [Solution](problems/stack/largest_rectangle_in_histogram.py) | Hard | Stack, Monotonic Stack |
28+
| 100 | Same Tree | [Solution](problems/tree/same_tree.py) | Easy | Binary Tree |
2829
| 104 | Maximum Depth Of Binary Tree | [Solution](problems/tree/maximum_depth_of_binary_tree.py) | Easy | Binary Tree, Recursion |
2930
| 110 | Balanced Binary Tree | [Solution](problems/tree/balanced_binary_tree.py) | Easy | Binary Tree, DFS |
3031
| 121 | Best Time To Buy And Sell Stocks | [Solution](problems/sliding_window/best_time_to_buy_and_sell_stocks.py) | Easy | Sliding Window |

0 commit comments

Comments
 (0)