Skip to content

Commit f56b1e9

Browse files
committed
Update README for problem 115
1 parent 74b073e commit f56b1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ LeetCode solutions in Python
5656
| 104 | Maximum Depth Of Binary Tree | [Solution](problems/tree/maximum_depth_of_binary_tree.py) | Easy | Binary Tree, Recursion |
5757
| 105 | Construct Binary Tree From Preorder And Inorder Traversal | [Solution](problems/tree/construct_binary_tree_from_preorder_and_inorder_traversal.py) | Medium | Binary Tree, DFS |
5858
| 110 | Balanced Binary Tree | [Solution](problems/tree/balanced_binary_tree.py) | Easy | Binary Tree, DFS |
59+
| 115 | Distinct Subsequences | [Solution](problems/dynamic_programming/distinct_subsequences.py) | Hard | Dynamic Programming |
5960
| 121 | Best Time To Buy And Sell Stocks | [Solution](problems/sliding_window/best_time_to_buy_and_sell_stocks.py) | Easy | Sliding Window |
6061
| 124 | Binary Tree Maximum Path Sum | [Solution](problems/tree/binary_tree_maximum_path_sum.py) | Hard | Binary Tree, DFS |
6162
| 125 | Valid Palindrome | [Solution](problems/string/valid_palindrome.py) | Medium | String, Two Pointers |

0 commit comments

Comments
 (0)