Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94665db

Browse files
docs: update README.md
1 parent cc4d67a commit 94665db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Here you can find solutions in JavaScript and Python languages for problems from
4848
| 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 |
4949
| 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) |
5050
| 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 |
5152
| 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 |
5253
| 461 | [Hamming Distance](https://leetcode.com/problems/hamming-distance/) | Bit Manipulation (XOR) | [JS Solution](https://github.com/Saimon398/leetcode-solutions/blob/main/js_solutions/0461_hamming_distance.js) | Python Solution |
5354
| 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /