Skip to content

Commit 6470428

Browse files
solves nim game
1 parent bcd66f2 commit 6470428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
| 278 | [First Bad Version](https://leetcode.com/problems/first-bad-version) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)]([![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)]) |
9090
| 283 | [Move Zeroes](https://leetcode.com/problems/move-zeroes) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/MoveZeros.java) |
9191
| 290 | [Word Pattern](https://leetcode.com/problems/word-pattern) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/WordPattern.java) |
92-
| 292 | [Nim Game](https://leetcode.com/problems/nim-game) | Easy | |
92+
| 292 | [Nim Game](https://leetcode.com/problems/nim-game) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/NimGame.java) |
9393
| 293 | [Flip Game](https://leetcode.com/problems/flip-game) | Easy | |
9494
| 299 | [Bulls and Cows](https://leetcode.com/problems/bulls-and-cows) | Easy | |
9595
| 303 | [Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable) | Easy | |

0 commit comments

Comments
 (0)