Skip to content

Commit 9a2c6aa

Browse files
committed
Update README for problem 2013
1 parent 6b00e28 commit 9a2c6aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ LeetCode solutions in Python
134134
| 1046 | Last Stone Weight | [Solution](problems/heap/last_stone_weight.py) | Easy | Heap |
135135
| 1143 | Longest Common Subsequence | [Solution](problems/dynamic_programming/longest_common_subsequence.py) | Medium | Dynamic Programming |
136136
| 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 |

0 commit comments

Comments
 (0)