|
196 | 196 | |210|[Course Schedule II](https://leetcode.com/problems/course-schedule-ii/)|Medium|noNote|no|no|no|no|
|
197 | 197 | |211|[Add and Search Word - Data structure design](https://leetcode.com/problems/add-and-search-word-data-structure-design/)|Medium|noNote|no|no|no|no|
|
198 | 198 | |212|[Word Search II](https://leetcode.com/problems/word-search-ii/)|Hard|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/212. Word Search II/Solution.java)|no|no|no|
|
199 |
| -|213|[House Robber II](https://leetcode.com/problems/house-robber-ii/)|Medium|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/213. House Robber II/Solution.py)|no|no| |
| 199 | +|213|[House Robber II](https://leetcode.com/problems/house-robber-ii/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/213. House Robber II/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/213. House Robber II/Solution.py)|no|no| |
200 | 200 | |214|[Shortest Palindrome](https://leetcode.com/problems/shortest-palindrome/)|Hard|noNote|no|no|no|no|
|
201 | 201 | |215|[Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/215. Kth Largest Element in an Array/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/215. Kth Largest Element in an Array/Solution.py)|no|no|
|
202 | 202 | |216|[Combination Sum III](https://leetcode.com/problems/combination-sum-iii/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/216. Combination Sum III/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/216. Combination Sum III/Solution.py)|no|no|
|
|
319 | 319 | |334|[Increasing Triplet Subsequence](https://leetcode.com/problems/increasing-triplet-subsequence/)|Medium|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/334. Increasing Triplet Subsequence/Solution.py)|no|no|
|
320 | 320 | |335|[Self Crossing](https://leetcode.com/problems/self-crossing/)|Hard|noNote|no|no|no|no|
|
321 | 321 | |336|[Palindrome Pairs](https://leetcode.com/problems/palindrome-pairs/)|Hard|noNote|no|no|no|no|
|
322 |
| -|337|[House Robber III](https://leetcode.com/problems/house-robber-iii/)|Medium|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/337. House Robber III/Solution.py)|no|no| |
323 |
| -|338|[Counting Bits](https://leetcode.com/problems/counting-bits/)|Medium|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/338. Counting Bits/Solution.py)|no|no| |
| 322 | +|337|[House Robber III](https://leetcode.com/problems/house-robber-iii/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/337. House Robber III/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/337. House Robber III/Solution.py)|no|no| |
| 323 | +|338|[Counting Bits](https://leetcode.com/problems/counting-bits/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/338. Counting Bits/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/338. Counting Bits/Solution.py)|no|no| |
324 | 324 | |339|[Nested List Weight Sum](https://leetcode.com/problems/nested-list-weight-sum/)|Easy|noBuy|noBuy|noBuy|noBuy|noBuy|
|
325 | 325 | |340|[Longest Substring with At Most K Distinct Characters](https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters/)|Hard|noBuy|noBuy|noBuy|noBuy|noBuy|
|
326 | 326 | |341|[Flatten Nested List Iterator](https://leetcode.com/problems/flatten-nested-list-iterator/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/341. Flatten Nested List Iterator/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/341. Flatten Nested List Iterator/Solution.py)|no|no|
|
327 | 327 | |342|[Power of Four](https://leetcode.com/problems/power-of-four/)|Easy|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/342. Power of Four/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/342. Power of Four/Solution.py)|no|no|
|
328 | 328 | |343|[Integer Break](https://leetcode.com/problems/integer-break/)|Medium|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/343. Integer Break/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/343. Integer Break/Solution.py)|no|no|
|
329 |
| -|344|[Reverse String](https://leetcode.com/problems/reverse-string/)|Easy|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/344. Reverse String/Solution.py)|no|no| |
330 |
| -|345|[Reverse Vowels of a String](https://leetcode.com/problems/reverse-vowels-of-a-string/)|Easy|noNote|no|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/345. Reverse Vowels of a String/Solution.py)|no|no| |
| 329 | +|344|[Reverse String](https://leetcode.com/problems/reverse-string/)|Easy|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/344. Reverse String/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/344. Reverse String/Solution.py)|no|no| |
| 330 | +|345|[Reverse Vowels of a String](https://leetcode.com/problems/reverse-vowels-of-a-string/)|Easy|noNote|[Java](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/345. Reverse Vowels of a String/Solution.java)|[Python](https://github.com/corpsepiges/leetcode/blob/master/Algorithms/345. Reverse Vowels of a String/Solution.py)|no|no| |
0 commit comments