|
216 | 216 | |234|[Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/)| [java](./algorithms/palindromeLinkedList/Solution.java) |Easy|
|
217 | 217 | |233|[Number of Digit One](https://leetcode.com/problems/number-of-digit-one/)| |Medium|
|
218 | 218 | |232|[Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/)| |Easy|
|
219 |
| -|231|[Power of Two](https://leetcode.com/problems/power-of-two/)| |Easy| |
| 219 | +|231|[Power of Two](https://leetcode.com/problems/power-of-two/)| [java](./algorithms/powerOfTwo/Solution.java) |Easy| |
220 | 220 | |230|[Kth Smallest Element in a BST](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)| |Medium|
|
221 | 221 | |229|[Majority Element II](https://leetcode.com/problems/majority-element-ii/) | |Medium|
|
222 | 222 | |228|[Summary Ranges](https://leetcode.com/problems/summary-ranges/)| |Easy|
|
|
353 | 353 | |91|[Decode Ways](https://leetcode.com/problems/decode-ways/)| |Medium|
|
354 | 354 | |90|[Subsets II](https://leetcode.com/problems/subsets-ii/)| |Medium|
|
355 | 355 | |89|[Gray Code](https://leetcode.com/problems/gray-code/)| |Medium|
|
356 |
| -|88|[Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)| |Easy| |
| 356 | +|88|[Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)| [java](./algorithms/mergeSortedArray/Solution.java) |Easy| |
357 | 357 | |87|[Scramble String](https://leetcode.com/problems/scramble-string/)| |Hard|
|
358 | 358 | |86|[Partition List](https://leetcode.com/problems/partition-list/)| |Medium|
|
359 | 359 | |85|[Maximal Rectangle](https://leetcode.com/problems/maximal-rectangle/)| |Hard|
|
|
371 | 371 | |73|[Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/)| |Medium|
|
372 | 372 | |72|[Edit Distance](https://leetcode.com/problems/edit-distance/)| |Hard|
|
373 | 373 | |71|[Simplify Path](https://leetcode.com/problems/simplify-path/)| |Medium|
|
374 |
| -|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)| [js](./algorithms/climbingStairs/climbingStairs.js), |Easy| |
| 374 | +|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)| [js](./algorithms/climbingStairs/climbingStairs.js),[java](./algorithms/climbingStairs/Solution.java) |Easy| |
375 | 375 | |69|[Sqrt(x)](https://leetcode.com/problems/sqrtx/)| |Medium|
|
376 | 376 | |68|[Text Justification](https://leetcode.com/problems/text-justification/)| |Hard|
|
377 | 377 | |67|[Add Binary](https://leetcode.com/problems/add-binary/)| [java](./algorithms/addBinary/Solution.java), [js](./algorithms/addBinary/Solution.js) |Easy|
|
|
0 commit comments