0002 | Add Two Numbers | Go | Medium | O(n) | O(1) | | 35.7% |
0007 | Reverse Integer | Go | Easy | | | | 26.0% |
0008 | String to Integer (atoi) | Go | Medium | | | | 15.7% |
0009 | Palindrome Number | Go | Easy | | | | 50.1% |
0012 | Integer to Roman | Go | Medium | | | | 57.1% |
0013 | Roman to Integer | Go | Easy | | | | 57.0% |
0029 | Divide Two Integers | Go | Medium | | | | 16.9% |
0043 | Multiply Strings | Go | Medium | | | | 35.1% |
0050 | Pow(x, n) | Go | Medium | O(log n) | O(1) | | 31.1% |
0060 | Permutation Sequence | Go | Hard | O(n log n) | O(1) | | 39.6% |
0067 | Add Binary | Go | Easy | | | | 47.3% |
0069 | Sqrt(x) | Go | Easy | O(log n) | O(1) | | 35.4% |
0168 | Excel Sheet Column Title | Go | Easy | | | | 31.9% |
0171 | Excel Sheet Column Number | Go | Easy | | | | 57.1% |
0172 | Factorial Trailing Zeroes | Go | Easy | | | | 38.8% |
0202 | Happy Number | Go | Easy | O(log n) | O(1) | | 51.4% |
0204 | Count Primes | Go | Easy | | | | 32.3% |
0223 | Rectangle Area | Go | Medium | | | | 38.4% |
0224 | Basic Calculator | Go | Hard | O(n) | O(n) | | 38.3% |
0231 | Power of Two | Go | Easy | O(1) | O(1) | | 43.8% |
0258 | Add Digits | Go | Easy | | | | 58.7% |
0263 | Ugly Number | Go | Easy | O(log n) | O(1) | | 41.7% |
0264 | Ugly Number II | Go | Medium | | | | 43.0% |
0268 | Missing Number | Go | Easy | | | | 55.3% |
0326 | Power of Three | Go | Easy | O(1) | O(1) | | 42.1% |
0343 | Integer Break | Go | Medium | O(n^2) | O(n) | | 51.4% |
0357 | Count Numbers with Unique Digits | Go | Medium | O(1) | O(1) | | 49.0% |
0367 | Valid Perfect Square | Go | Easy | | | | 42.2% |
0372 | Super Pow | Go | Medium | | | | 36.7% |
0397 | Integer Replacement | Go | Medium | | | | 33.6% |
0413 | Arithmetic Slices | Go | Medium | | | | 60.0% |
0423 | Reconstruct Original Digits from English | Go | Medium | | | | 50.9% |
0441 | Arranging Coins | Go | Easy | | | | 42.6% |
0447 | Number of Boomerangs | Go | Medium | | | | 52.5% |
0453 | Minimum Moves to Equal Array Elements | Go | Easy | | | | 51.0% |
0478 | Generate Random Point in a Circle | Go | Medium | | | | 39.1% |
0483 | Smallest Good Base | Go | Hard | | | | 36.3% |
0507 | Perfect Number | Go | Easy | | | | 36.4% |
0535 | Encode and Decode TinyURL | Go | Medium | | | | 82.3% |
0537 | Complex Number Multiplication | Go | Medium | | | | 68.4% |
0598 | Range Addition II | Go | Easy | | | | 50.3% |
0628 | Maximum Product of Three Numbers | Go | Easy | O(n) | O(1) | | 46.8% |
0633 | Sum of Square Numbers | Go | Medium | | | | 32.7% |
0645 | Set Mismatch | Go | Easy | | | | 41.1% |
0753 | Cracking the Safe | Go | Hard | | | | 52.5% |
0775 | Global and Local Inversions | Go | Medium | | | | 46.2% |
0781 | Rabbits in Forest | Go | Medium | | | | 55.8% |
0812 | Largest Triangle Area | Go | Easy | | | | 59.1% |
0836 | Rectangle Overlap | Go | Easy | | | | 43.7% |
0869 | Reordered Power of 2 | Go | Medium | | | | 61.3% |
0878 | Nth Magical Number | Go | Hard | | | | 28.9% |
0885 | Spiral Matrix III | Go | Medium | O(n^2) | O(1) | | 71.1% |
0887 | Super Egg Drop | Go | Hard | | | | 27.0% |
0891 | Sum of Subsequence Widths | Go | Hard | O(n log n) | O(1) | | 33.1% |
0892 | Surface Area of 3D Shapes | Go | Easy | | | | 60.0% |
0910 | Smallest Range II | Go | Medium | | | | 31.2% |
0914 | X of a Kind in a Deck of Cards | Go | Easy | | | | 34.0% |
0927 | Three Equal Parts | Go | Hard | | | | 34.6% |
0942 | DI String Match | Go | Easy | O(n) | O(1) | | 73.8% |
0949 | Largest Time for Given Digits | Go | Medium | | | | 36.2% |
0952 | Largest Component Size by Common Factor | Go | Hard | | | | 36.5% |
0970 | Powerful Integers | Go | Medium | | | | 40.1% |
0976 | Largest Perimeter Triangle | Go | Easy | O(n log n) | O(log n) | | 59.4% |
0991 | Broken Calculator | Go | Medium | | | | 49.7% |
0996 | Number of Squareful Arrays | Go | Hard | O(n log n) | O(n) | | 48.6% |
1006 | Clumsy Factorial | Go | Medium | | | | 53.7% |
1017 | Convert to Base -2 | Go | Medium | | | | 59.2% |
1025 | Divisor Game | Go | Easy | O(1) | O(1) | | 66.1% |
1037 | Valid Boomerang | Go | Easy | | | | 37.7% |
1073 | Adding Two Negabinary Numbers | Go | Medium | | | | 34.7% |
1093 | Statistics from a Large Sample | Go | Medium | | | | 48.8% |
1154 | Day of the Year | Go | Easy | | | | 49.0% |
1175 | Prime Arrangements | Go | Easy | | | | 51.7% |
1201 | Ugly Number III | Go | Medium | | | | 26.5% |
1217 | Minimum Cost to Move Chips to The Same Position | Go | Easy | | | | 70.9% |
1232 | Check If It Is a Straight Line | Go | Easy | | | | 43.2% |
1281 | Subtract the Product and Sum of Digits of an Integer | Go | Easy | | | | 85.6% |
1317 | Convert Integer to the Sum of Two No-Zero Integers | Go | Easy | | | | 56.9% |
1512 | Number of Good Pairs | Go | Easy | | | | 87.6% |
1551 | Minimum Operations to Make Array Equal | Go | Medium | | | | 80.8% |
1641 | Count Sorted Vowel Strings | Go | Medium | | | | 75.6% |
1648 | Sell Diminishing-Valued Colored Balls | Go | Medium | | | | 30.6% |
1680 | Concatenation of Consecutive Binary Numbers | Go | Medium | | | | 52.3% |
1685 | Sum of Absolute Differences in a Sorted Array | Go | Medium | | | | 62.9% |
1716 | Calculate Money in Leetcode Bank | Go | Easy | | | | 65.1% |
———— | ——————————————————- | ——- | —————- | ————— | ————- | ————- | ————- |