File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,12 @@ A full list of the topics and questions covered in this repo (so far). **Solutio
112
112
| [ Insert Interval] ( https://leetcode.com/problems/insert-interval/ ) | [ insert_interval.py] ( intervals/insert_interval.py ) |
113
113
| [ Merge Intervals] ( https://leetcode.com/problems/merge-intervals/ ) | [ merge_intervals.py] ( intervals/merge_intervals.py ) |
114
114
115
+ ## [ Math & Geometry] ( math_and_geometry )
116
+ | | |
117
+ | ------------------| ----------- |
118
+ | [ Rotate Image] ( https://leetcode.com/problems/rotate-image/ ) | [ rotate_image.py] ( math_and_geometry/rotate_image.py ) |
119
+ | [ Spiral Matrix] ( https://leetcode.com/problems/spiral-matrix/ ) | [ spiral_matrix.py] ( math_and_geometry/spiral_matrix.py ) |
120
+
115
121
## [ Bit Manipulation] ( bit_manipulation )
116
122
| | |
117
123
| --- | ----------- |
You can’t perform that action at this time.
0 commit comments