@@ -38,7 +38,7 @@ As I work through this list I figure I would make a GitHub repo with my solution
38
38
27 . [ 01 Matrix #542 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/01-matrix-542.md )
39
39
28 . [ K Closest Points to Origin #973 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/k-closest-origin-973.md )
40
40
29 . [ Longest Substring Without Repeating Characters #3 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/longest-substring-3.md )
41
- 30 . [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3sum -15.md )
41
+ 30 . [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3Sum -15.md )
42
42
31 . Binary Tree Level Order Traversal #102
43
43
32 . Clone Graph #133
44
44
33 . Evaluate Reverse Polish Notation #150
@@ -104,7 +104,7 @@ In order to practice with similar data structures I'll be placing each problem i
104
104
- [ K Closest Points to Origin #973 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/k-closest-origin-973.md )
105
105
- [ Insert Interval #57 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/insert-interval-57.md )
106
106
- [ 01 Matrix #542 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/01-matrix-542.md )
107
- - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3sum -15.md )
107
+ - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3Sum -15.md )
108
108
109
109
### Queue
110
110
@@ -141,7 +141,7 @@ In order to practice with similar data structures I'll be placing each problem i
141
141
- [ Majority Element #169 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/easy/majority-element-169.md )
142
142
- [ Contains Duplicate #217 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/easy/contains-duplicate-217.md )
143
143
- [ Longest Substring Without Repeating Characters #3 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/longest-substring-3.md )
144
- - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3sum -15.md )
144
+ - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3Sum -15.md )
145
145
146
146
### Binary Tree
147
147
@@ -167,7 +167,7 @@ Within the problems above there are several patterns that often occur. I plan to
167
167
- [ Reverse Linked List #206 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/easy/reverse-linked-list-206.md )
168
168
- [ Middle of the Linked List #876 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/easy/middle-linked-list-876.md )
169
169
- [ Contains Duplicate #217 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/easy/contains-duplicate-217.md )
170
- - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3sum -15.md )
170
+ - [ 3Sum #15 ] ( https://github.com/curtisbarnard/leetcode-grind75-javascript/blob/main/medium/3Sum -15.md )
171
171
172
172
### Sliding Window
173
173
0 commit comments