You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -186,10 +186,11 @@ LeetCode
186
186
|0205|[Isomorphic Strings](https://leetcode.com/problems/isomorphic-strings/)| c |[c++](./src/0205-Isomorphic-Strings/0205.cpp)|[python](./src/0205-Isomorphic-Strings/0205.py)|||Easy|
187
187
|0206|[Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/)| c |[c++](./src/0206-Reverse-Linked-List/0206.cpp)|[python](./src/0206-Reverse-Linked-List/0206.py)|||Easy|
188
188
|0207|[Course Schedule](https://leetcode.com/problems/course-schedule/)| c |[c++](./src/0207-Course-Schedule/0207.cpp)|[python](./src/0207-Course-Schedule/0207.py)|[go](./src/0207-Course-Schedule/0207.go)|[js](./src/0207-Course-Schedule/0207.js)|Medium|
189
-
|0208|[Implement Trie (Prefix Tree)](https://leetcode.com/problems/implement-trie-prefix-tree/)| c |[c++](./src/0208-Implement-Trie-(Prefix-Tree)/0208.cpp)|[python](./src/0208-Implement-Trie-(Prefix-Tree)/0208.py)|||Easy|
189
+
|0208|[Implement Trie (Prefix Tree)](https://leetcode.com/problems/implement-trie-prefix-tree/)| c |[c++](./src/0208-Implement-Trie-(Prefix-Tree)/0208.cpp)|[python](./src/0208-Implement-Trie-(Prefix-Tree)/0208.py)|||Medium|
190
190
|0209|[Minimum Size Subarray Sum](https://leetcode.com/problems/minimum-size-subarray-sum/)| c |[c++](./src/0209-Minimum-Size-Subarray-Sum/0209.cpp)|[python](./src/0209-Minimum-Size-Subarray-Sum/0209.py)|||Medium|
191
191
|0210|[Course Schedule II](https://leetcode.com/problems/course-schedule-ii/)| c |[c++](./src/0210-Course-Schedule-II/0210.cpp)|[python](./src/0210-Course-Schedule-II/0210.py)|[go](./src/0210-Course-Schedule-II/0210.go)|[js](./src/0210-Course-Schedule-II/0210.js)|Medium|
192
192
|0211|[Add and Search Word - Data structure design](https://leetcode.com/problems/add-and-search-word-data-structure-design/)| c |[c++](./src/0211-Add-and-Search-Word-Data-structure-design/0211.cpp)|[python](./src/0211-Add-and-Search-Word-Data-structure-design/0211.py)|||Medium|
193
+
|0212|[Word Search II](https://leetcode.com/problems/word-search-ii/)| c |[c++](./src/0212-Word-Search-II/0212.cpp)|[python](./src/0212-Word-Search-II/0212.py)|[go](./src/0212-Word-Search-II/0212.go)|[js](./src/0212-Word-Search-II/0212.js)|Medium|
193
194
|0213|[House Robber II](https://leetcode.com/problems/house-robber-ii/)| c |[c++](./src/0213-House-Robber-II/0213.cpp)|[python](./src/0213-House-Robber-II/0213.py)|||Medium|
194
195
|0215|[Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)| c |[c++](./src/0215-Kth-Largest-Element-in-an-Array/0215.cpp)|[python](./src/0215-Kth-Largest-Element-in-an-Array/0215.py)|||Medium|
195
196
|0216|[Combination Sum III](https://leetcode.com/problems/combination-sum-iii/)| c |[c++](./src/0216-Combination-Sum-III/0216.cpp)|[python](./src/0216-Combination-Sum-III/0216.py)|||Medium|
0 commit comments