Skip to content

Commit ba9551d

Browse files
solves range sum query immutable
1 parent 5282b04 commit ba9551d

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
@@ -91,7 +91,7 @@
9191
| 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) |
9292
| 293 | [Flip Game](https://leetcode.com/problems/flip-game) | Easy | |
9393
| 299 | [Bulls and Cows](https://leetcode.com/problems/bulls-and-cows) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/BullsAndCows.java) |
94-
| 303 | [Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable) | Easy | |
94+
| 303 | [Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/RangeSumQueryImmutable.java) |
9595
| 326 | [Power of Three](https://leetcode.com/problems/power-of-three) | Easy | |
9696
| 339 | [Nested List Weight Sum](https://leetcode.com/problems/nested-list-weight-sum) | Easy | |
9797
| 342 | [Power of Four](https://leetcode.com/problems/power-of-four) | Easy | |

0 commit comments

Comments
 (0)