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
Original file line number
Diff line number
Diff line change
@@ -720,6 +720,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
720
720
| 1823. Find the Winner of the Circular Game |[Link](https://leetcode.com/problems/find-the-winner-of-the-circular-game/)|[Link](./lib/medium/1823_find_the_winner_of_the_circular_game.rb)|[Link](./test/medium/test_1823_find_the_winner_of_the_circular_game.rb)|
721
721
| 1829. Maximum XOR for Each Query |[Link](https://leetcode.com/problems/maximum-xor-for-each-query/)|[Link](./lib/medium/1829_maximum_xor_for_each_query.rb)|[Link](./test/medium/test_1829_maximum_xor_for_each_query.rb)|
722
722
| 1834. Single-Threaded CPU |[Link](https://leetcode.com/problems/single-threaded-cpu/)|[Link](./lib/medium/1834_single_threaded_cpu.rb)|[Link](./test/medium/test_1834_single_threaded_cpu.rb)|
| 2116. Check if a Parentheses String Can Be Valid |[Link](https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid/)|[Link](./lib/medium/2116_check_if_a_parentheses_string_can_be_valid.rb)|[Link](./test/medium/test_2116_check_if_a_parentheses_string_can_be_valid.rb)|
724
725
| 2425. Bitwise XOR of All Pairings |[Link](https://leetcode.com/problems/bitwise-xor-of-all-pairings/)|[Link](./lib/medium/2425_bitwise_xor_of_all_pairings.rb)|[Link](./test/medium/test_2425_bitwise_xor_of_all_pairings.rb)|
0 commit comments