File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,4 +134,5 @@ LeetCode solutions in Python
134
134
| 1046 | Last Stone Weight | [ Solution] ( problems/heap/last_stone_weight.py ) | Easy | Heap |
135
135
| 1143 | Longest Common Subsequence | [ Solution] ( problems/dynamic_programming/longest_common_subsequence.py ) | Medium | Dynamic Programming |
136
136
| 1448 | Count Good Nodes In Binary Tree | [ Solution] ( problems/tree/count_good_nodes_in_binary_tree.py ) | Medium | Binary Tree, DFS |
137
- | 1851 | Minimum Interval To Include Each Query | [ Solution] ( problems/intervals/minimum_interval_to_include_each_query.py ) | Hard | Intervals, Heap |
137
+ | 1851 | Minimum Interval To Include Each Query | [ Solution] ( problems/intervals/minimum_interval_to_include_each_query.py ) | Hard | Intervals, Heap |
138
+ | 2013 | Detect Squares | [ Solution] ( problems/math/detect_squares.py ) | Medium | Math, Geometry |
You can’t perform that action at this time.
0 commit comments