|
137 | 137 | |380|[Insert GetRandom O(1)](https://leetcode.com/problems/insert--getrandom-o1/) | |Hard|
|
138 | 138 | |377|[Combination Sum IV](https://leetcode.com/problems/combination-sum-iv/) | |Medium|
|
139 | 139 | |376|[Wiggle Subsequence](https://leetcode.com/problems/wiggle-subsequence/) | |Medium|
|
| 140 | +|374|[Guess Number Higher Or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/) | [js](./algorithms/guessNumberHigherOrLower/Solution.js) |Easy| |
140 | 141 | |371|[Sum of Two Integers](https://leetcode.com/problems/sum-of-two-integers/description/) | |Easy|
|
141 | 142 | |367|[Valid Perfect Square](https://leetcode.com/problems/valid-perfect-square/description/) | |Easy|
|
142 | 143 | |357|[Count Numbers with Unique Digits](https://leetcode.com/problems/count-numbers-with-unique-digits/) | |Medium|
|
|
215 | 216 | |229|[Majority Element II](https://leetcode.com/problems/majority-element-ii/) | |Medium|
|
216 | 217 | |228|[Summary Ranges](https://leetcode.com/problems/summary-ranges/)| |Easy|
|
217 | 218 | |227|[Basic Calculator II](https://leetcode.com/problems/basic-calculator-ii/)| |Medium|
|
218 |
| -|226|[Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/)| [java](./algorithms/invertBinaryTree/Solution.java) |Easy| |
| 219 | +|226|[Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/)| [java](./algorithms/invertBinaryTree/Solution.java), [js](./algorithms/invertBinaryTree/Solution.js) |Easy| |
219 | 220 | |225|[Implement Stack using Queues](https://leetcode.com/problems/implement-stack-using-queues/)| |Medium|
|
220 | 221 | |224|[Basic Calculator](https://leetcode.com/problems/basic-calculator/)| |Medium|
|
221 | 222 | |223|[Rectangle Area](https://leetcode.com/problems/rectangle-area/)| |Easy|
|
|
335 | 336 | |103|[Binary Tree Zigzag Level Order Traversal](https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/)| |Medium|
|
336 | 337 | |102|[Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)| [js](./algorithms/binaryTreeLevelOrderTraversal/binaryTreeLevelOrderTraversal.js) |Easy|
|
337 | 338 | |101|[Symmetric Tree](https://leetcode.com/problems/symmetric-tree/)| [java](./algorithms/sysmetricTree/Solution.java) |Easy|
|
338 |
| -|100|[Same Tree](https://leetcode.com/problems/same-tree/)| [java](./algorithms/sameTree/Solution.java) |Easy| |
| 339 | +|100|[Same Tree](https://leetcode.com/problems/same-tree/)| [java](./algorithms/sameTree/Solution.java), [js](./algorithms/sameTree/Solution.js) |Easy| |
339 | 340 | |99|[Recover Binary Search Tree](https://leetcode.com/problems/recover-binary-search-tree/)| |Hard|
|
340 | 341 | |98|[Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/)| |Medium|
|
341 | 342 | |97|[Interleaving String](https://leetcode.com/problems/interleaving-string/)| |Hard|
|
|
0 commit comments