You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Here you can find solutions in JavaScript and Python languages for problems from
48
48
| 389 |[Find The Difference](https://leetcode.com/problems/find-the-difference/)||[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0389_find_the_difference.js)| Python Solution |
49
49
| 392 |[Is Subsequence](https://leetcode.com/problems/is-subsequence/)| Use two pointers to iterate through the two strings simultaneously. |[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0392_is_subsequence.js)|[Python Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/python_solutions/0392_is_subsequence.py)|
50
50
| 412 |[Fizz Buzz](https://leetcode.com/problems/fizz-buzz/)| The first non-standard value must satisfy both conditions. |[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0412_fizz_buzz.js)| Python Solution |
51
+
| 421 |[Maximum XOR of Two Numbers in an Array](https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array/)||[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0421_maximum_xor_of_two_numbers_in_an_array.js)| Python Solution |
51
52
| 451 |[Sort Characters By Frequency](https://leetcode.com/problems/sort-characters-by-frequency/)||[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0451_sort_characters_by_frequency.js)| Python Solution |
| 504 |[Base 7](https://leetcode.com/problems/base-7/)| Gorner's algorithm can help with this problem |[JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0504_base7.js)| Python Solution |
0 commit comments