|
4 | 4 | | :------: | :------------------------------------------------------------------------------------------------------------------------------ |
|
5 | 5 | | **1** | [Two Sum](1.%20Two%20Sum/) |
|
6 | 6 | | **9** | [Palindrome Number](9.%20Palindrome%20Number/) |
|
| 7 | +| **13** | [Roman to Integer](13.%20Roman%20to%20Integer/) | |
| 8 | +| **14** | [Longest Common Prefix](14.%20Longest%20Common%20Prefix/) | |
7 | 9 | | **20** | [Valid Parentheses](20.%20Valid%20Parentheses/) |
|
8 | 10 | | **26** | [Remove Duplicates from Sorted Array](26.%20Remove%20Duplicates%20from%20Sorted%20Array/) |
|
9 | 11 | | **58** | [Length of Last Word](58.%20Length%20of%20Last%20Word/) |
|
| 12 | +| **73** | [Set Matrix Zeroes](73.%20Set%20Matrix%20Zeroes/) | |
| 13 | +| **88** | [Merge Sorted Array](88.%20Merge%20Sorted%20Array/) | |
10 | 14 | | **94** | [Binary Tree Inorder Traversal](94.%20Binary%20Tree%20Inorder%20Traversal/) |
|
11 | 15 | | **101** | [Symmetric Tree](101.%20Symmetric%20Tree/) |
|
12 | 16 | | **104** | [Maximum Depth of Binary Tree](104.%20Maximum%20Depth%20of%20Binary%20Tree/) |
|
13 | 17 | | **108** | [Convert Sorted Array to Binary Search Tree](108.%20Convert%20Sorted%20Array%20to%20Binary%20Search%20Tree/) |
|
14 |
| -| **121** | [Best Time to Buy and Sell Stock](121.%20Best%20Time%20to%20buy%20and%20sell%20stock) | |
| 18 | +| **111** | [Minimum Depth of Binary Tree](111.%20Minimum%20Depth%20of%20Binary%20Tree/) | |
| 19 | +| **119** | [Pascal's Triangle II](119.%20Pascal's%20Triangle%20II/) | |
| 20 | +| **121** | [Best Time to buy and sell stock](121.%20Best%20Time%20to%20buy%20and%20sell%20stock/) | |
| 21 | +| **122** | [Best Time to Buy and Sell Stock II](122.%20Best%20Time%20to%20Buy%20and%20Sell%20Stock%20II/) | |
15 | 22 | | **141** | [Linked List Cycle](141.%20Linked%20List%20Cycle/) |
|
16 | 23 | | **141** | [Linked List Cycle](141.Linked%20List%20Cycle/) |
|
17 | 24 | | **144** | [Binary Tree Preorder Traversal](144.%20Binary%20Tree%20Preorder%20Traversal/) |
|
18 | 25 | | **145** | [Binary Tree Postorder Traversal](145.%20Binary%20Tree%20Postorder%20Traversal/) |
|
| 26 | +| **169** | [Majority Element](169.%20Majority%20Element/) | |
19 | 27 | | **206** | [Reverse Linked List](206.%20Reverse%20Linked%20List/) |
|
20 | 28 | | **217** | [Contains Duplicate](217.%20Contains%20Duplicate/) |
|
| 29 | +| **222** | [Count complete Tree Node](222.%20Count%20complete%20Tree%20Node/) | |
21 | 30 | | **226** | [Invert Binary Tree](226.%20Invert%20Binary%20Tree/) |
|
22 | 31 | | **232** | [Implement Queue using Stacks](232.%20Implement%20Queue%20using%20Stacks/) |
|
23 | 32 | | **235** | [Lowest Common Ancestor of a Binary Search Tree](235.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Search%20Tree/) |
|
| 33 | +| **242** | [Valid Anagram](242.%20Valid%20Anagram/) | |
| 34 | +| **326** | [Power of Three](326.%20Power%20of%20Three/) | |
24 | 35 | | **342** | [Power of Four](342.%20Power%20of%20Four/) |
|
25 | 36 | | **344** | [Reverse String](344.%20Reverse%20String/) |
|
26 | 37 | | **389** | [Find the Difference](389.%20Find%20the%20Difference/) |
|
|
30 | 41 | | **637** | [Average of Levels in Binary Tree](637.%20Average%20of%20Levels%20in%20Binary%20Tree/) |
|
31 | 42 | | **653** | [Two Sum IV - Input is a BST](653.%20Two%20Sum%20IV%20-%20Input%20is%20a%20BST/) |
|
32 | 43 | | **700** | [Search in a Binary Search Tree](700.%20Search%20in%20a%20Binary%20Search%20Tree/) |
|
| 44 | +| **706** | [Design HashMap](706.%20Design%20HashMap/) | |
| 45 | +| **746** | [Min Cost Climbing Stairs](746.Min%20Cost%20Climbing%20Stairs/) | |
33 | 46 | | **844** | [Backspace String Compare](844.%20Backspace%20String%20Compare/) |
|
34 | 47 | | **896** | [Monotonic Array](896.%20Monotonic%20Array/) |
|
35 | 48 | | **905** | [Sort Array by Parity](905.%20Sort%20Array%20by%20Parity/) |
|
36 | 49 | | **1337** | [K Weakest Rows in a Matrix](1337.%20K%20Weakest%20Rows%20in%20a%20Matrix/) |
|
37 | 50 | | **1342** | [Number of Steps to Reduce a Number to Zero](1342.%20Number%20of%20Steps%20to%20Reduce%20a%20Number%20to%20Zero/) |
|
| 51 | +| **1356** | [Sort Integers by The Number of 1 Bits](1356.%20Sort%20Integers%20by%20The%20Number%20of%201%20Bits/) | |
38 | 52 | | **1470** | [Shuffle the Array](1470.%20Shuffle%20the%20Array/) |
|
39 | 53 | | **1480** | [Running Sum of 1d Array](1480.%20Running%20Sum%20of%201d%20Array/) |
|
40 | 54 | | **1486** | [XOR Operation in an Array](1486.%20XOR%20Operation%20in%20an%20Array/) |
|
|
48 | 62 | | **2373** | [Largest Local Values in a Matrix](2373.%20Largest%20Local%20Values%20in%20a%20Matrix/) |
|
49 | 63 | | **2423** | [Remove Letter To Equalize Frequency](2423.%20Remove%20Letter%20To%20Equalize%20Frequency/) |
|
50 | 64 | | **2591** | [Distribute Money to Maximum Children](2591.%20Distribute%20Money%20to%20Maximum%20Children/) |
|
51 |
| -| **242** | [Valid Anagram](242.%20Valid%20Anagram/) | |
| 65 | +| **2703** | [Return Length of Arguments Passed](2703.%20Return%20Length%20of%20Arguments%20Passed/) | |
0 commit comments