0015 | 3Sum | Go | Medium | | | | 32.6% |
0016 | 3Sum Closest | Go | Medium | | | | 45.8% |
0018 | 4Sum | Go | Medium | | | | 35.9% |
0049 | Group Anagrams | Go | Medium | | | | 66.7% |
0056 | Merge Intervals | Go | Medium | O(n log n) | O(log n) | | 46.2% |
0075 | Sort Colors | Go | Medium | O(n) | O(1) | ❤️ | 58.5% |
0088 | Merge Sorted Array | Go | Easy | | | | 46.6% |
0147 | Insertion Sort List | Go | Medium | O(n^2) | O(1) | ❤️ | 51.0% |
0148 | Sort List | Go | Medium | O(n log n) | O(log n) | ❤️ | 55.1% |
0164 | Maximum Gap | Go | Hard | O(n log n) | O(log n) | ❤️ | 43.3% |
0169 | Majority Element | Go | Easy | | | | 63.9% |
0179 | Largest Number | Go | Medium | O(n log n) | O(log n) | ❤️ | 34.5% |
0215 | Kth Largest Element in an Array | Go | Medium | | | | 66.1% |
0217 | Contains Duplicate | Go | Easy | | | | 61.4% |
0220 | Contains Duplicate III | Go | Hard | O(n log n) | O(1) | ❤️ | 22.1% |
0229 | Majority Element II | Go | Medium | | | | 45.0% |
0242 | Valid Anagram | Go | Easy | O(n) | O(n) | | 63.0% |
0268 | Missing Number | Go | Easy | | | | 62.5% |
0274 | H-Index | Go | Medium | O(n) | O(n) | | 38.3% |
0324 | Wiggle Sort II | Go | Medium | O(n) | O(n) | ❤️ | 33.3% |
0347 | Top K Frequent Elements | Go | Medium | | | | 64.2% |
0349 | Intersection of Two Arrays | Go | Easy | O(n) | O(n) | | 70.9% |
0350 | Intersection of Two Arrays II | Go | Easy | O(n) | O(n) | | 56.0% |
0354 | Russian Doll Envelopes | Go | Hard | | | | 38.0% |
0368 | Largest Divisible Subset | Go | Medium | | | | 41.5% |
0378 | Kth Smallest Element in a Sorted Matrix | Go | Medium | | | | 61.7% |
0389 | Find the Difference | Go | Easy | | | | 59.9% |
0414 | Third Maximum Number | Go | Easy | | | | 33.2% |
0435 | Non-overlapping Intervals | Go | Medium | | | | 50.3% |
0436 | Find Right Interval | Go | Medium | | | | 50.8% |
0451 | Sort Characters By Frequency | Go | Medium | | | | 70.1% |
0455 | Assign Cookies | Go | Easy | | | | 49.9% |
0462 | Minimum Moves to Equal Array Elements II | Go | Medium | | | | 60.0% |
0475 | Heaters | Go | Medium | | | | 36.5% |
0506 | Relative Ranks | Go | Easy | | | | 60.5% |
0524 | Longest Word in Dictionary through Deleting | Go | Medium | O(n) | O(1) | | 51.0% |
0532 | K-diff Pairs in an Array | Go | Medium | | | | 41.2% |
0561 | Array Partition | Go | Easy | | | | 77.2% |
0581 | Shortest Unsorted Continuous Subarray | Go | Medium | | | | 36.4% |
0594 | Longest Harmonious Subsequence | Go | Easy | | | | 53.5% |
0611 | Valid Triangle Number | Go | Medium | | | | 50.5% |
0628 | Maximum Product of Three Numbers | Go | Easy | | | | 45.9% |
0632 | Smallest Range Covering Elements from K Lists | Go | Hard | | | | 61.0% |
0645 | Set Mismatch | Go | Easy | | | | 42.7% |
0658 | Find K Closest Elements | Go | Medium | | | | 46.8% |
0692 | Top K Frequent Words | Go | Medium | | | | 57.2% |
0710 | Random Pick with Blacklist | Go | Hard | O(n) | O(n) | | 33.5% |
0719 | Find K-th Smallest Pair Distance | Go | Hard | | | | 36.7% |
0720 | Longest Word in Dictionary | Go | Medium | | | | 52.0% |
0726 | Number of Atoms | Go | Hard | | | | 52.1% |
0747 | Largest Number At Least Twice of Others | Go | Easy | | | | 47.1% |
0767 | Reorganize String | Go | Medium | O(n log n) | O(log n) | ❤️ | 52.9% |
0786 | K-th Smallest Prime Fraction | Go | Medium | | | | 51.6% |
0791 | Custom Sort String | Go | Medium | | | | 69.1% |
0792 | Number of Matching Subsequences | Go | Medium | | | | 51.6% |
0825 | Friends Of Appropriate Ages | Go | Medium | | | | 46.3% |
0826 | Most Profit Assigning Work | Go | Medium | | | | 44.9% |
0846 | Hand of Straights | Go | Medium | | | | 56.2% |
0853 | Car Fleet | Go | Medium | O(n log n) | O(log n) | | 50.3% |
0869 | Reordered Power of 2 | Go | Medium | | | | 63.5% |
0870 | Advantage Shuffle | Go | Medium | | | | 51.8% |
0881 | Boats to Save People | Go | Medium | | | | 53.1% |
0888 | Fair Candy Swap | Go | Easy | | | | 60.7% |
0891 | Sum of Subsequence Widths | Go | Hard | | | | 36.6% |
0910 | Smallest Range II | Go | Medium | | | | 35.1% |
0922 | Sort Array By Parity II | Go | Easy | O(n) | O(1) | | 70.7% |
0923 | 3Sum With Multiplicity | Go | Medium | | | | 45.3% |
0969 | Pancake Sorting | Go | Medium | O(n log n) | O(log n) | ❤️ | 70.1% |
0973 | K Closest Points to Origin | Go | Medium | O(n log n) | O(log n) | | 65.7% |
0976 | Largest Perimeter Triangle | Go | Easy | O(n log n) | O(log n) | | 54.6% |
0977 | Squares of a Sorted Array | Go | Easy | | | | 71.9% |
1005 | Maximize Sum Of Array After K Negations | Go | Easy | | | | 50.9% |
1030 | Matrix Cells in Distance Order | Go | Easy | O(n^2) | O(1) | | 69.7% |
1040 | Moving Stones Until Consecutive II | Go | Medium | | | | 55.9% |
1051 | Height Checker | Go | Easy | | | | 75.6% |
1054 | Distant Barcodes | Go | Medium | O(n log n) | O(log n) | ❤️ | 45.8% |
1122 | Relative Sort Array | Go | Easy | | | | 68.6% |
1170 | Compare Strings by Frequency of the Smallest Character | Go | Medium | | | | 61.5% |
1200 | Minimum Absolute Difference | Go | Easy | | | | 69.6% |
1235 | Maximum Profit in Job Scheduling | Go | Hard | | | | 53.4% |
1296 | Divide Array in Sets of K Consecutive Numbers | Go | Medium | | | | 56.5% |
1300 | Sum of Mutated Array Closest to Target | Go | Medium | | | | 43.6% |
1305 | All Elements in Two Binary Search Trees | Go | Medium | | | | 79.8% |
1329 | Sort the Matrix Diagonally | Go | Medium | | | | 83.3% |
1337 | The K Weakest Rows in a Matrix | Go | Easy | | | | 72.1% |
1353 | Maximum Number of Events That Can Be Attended | Go | Medium | | | | 32.5% |
1383 | Maximum Performance of a Team | Go | Hard | | | | 48.5% |
1385 | Find the Distance Value Between Two Arrays | Go | Easy | | | | 66.5% |
1464 | Maximum Product of Two Elements in an Array | Go | Easy | | | | 79.9% |
1465 | Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts | Go | Medium | | | | 40.9% |
1608 | Special Array With X Elements Greater Than or Equal X | Go | Easy | | | | 60.5% |
1619 | Mean of Array After Removing Some Elements | Go | Easy | | | | 65.7% |
1636 | Sort Array by Increasing Frequency | Go | Easy | | | | 69.5% |
1647 | Minimum Deletions to Make Character Frequencies Unique | Go | Medium | | | | 59.1% |
1648 | Sell Diminishing-Valued Colored Balls | Go | Medium | | | | 30.5% |
1657 | Determine if Two Strings Are Close | Go | Medium | | | | 56.3% |
1665 | Minimum Initial Energy to Finish Tasks | Go | Hard | | | | 56.3% |
1679 | Max Number of K-Sum Pairs | Go | Medium | | | | 57.3% |
1691 | Maximum Height by Stacking Cuboids | Go | Hard | | | | 54.4% |
1710 | Maximum Units on a Truck | Go | Easy | | | | 73.8% |
1818 | Minimum Absolute Sum Difference | Go | Medium | | | | 30.4% |
1846 | Maximum Element After Decreasing and Rearranging | Go | Medium | | | | 58.9% |
1877 | Minimize Maximum Pair Sum in Array | Go | Medium | | | | 79.9% |
1984 | Minimum Difference Between Highest and Lowest of K Scores | Go | Easy | | | | 54.4% |
2037 | Minimum Number of Moves to Seat Everyone | Go | Easy | | | | 82.1% |
2164 | Sort Even and Odd Indices Independently | Go | Easy | | | | 65.0% |
2165 | Smallest Value of the Rearranged Number | Go | Medium | | | | 51.4% |
2171 | Removing Minimum Number of Magic Beans | Go | Medium | | | | 42.1% |
———— | ——————————————————- | ——- | —————- | ————— | ————- | ————- | ————- |