Skip to content

Commit 966d518

Browse files
committed
Add new topic table - Math and Geometry
1 parent 0e1303e commit 966d518

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

questions_list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ A full list of the topics and questions covered in this repo (so far). **Solutio
112112
| [Insert Interval](https://leetcode.com/problems/insert-interval/) | [insert_interval.py](intervals/insert_interval.py) |
113113
| [Merge Intervals](https://leetcode.com/problems/merge-intervals/) | [merge_intervals.py](intervals/merge_intervals.py) |
114114

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+
115121
## [Bit Manipulation](bit_manipulation)
116122
| | |
117123
| --- | ----------- |

0 commit comments

Comments
 (0)