Skip to content

Commit 3417ccd

Browse files
solves power of 3
1 parent 382e0ea commit 3417ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
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) |
9494
| 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) |
95-
| 326 | [Power of Three](https://leetcode.com/problems/power-of-three) | Easy | |
95+
| 326 | [Power of Three](https://leetcode.com/problems/power-of-three) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/PowerOfThree.java) |
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 | |
9898
| 344 | [Reverse A String](https://leetcode.com/problems/reverse-string) | Easy | |

0 commit comments

Comments
 (0)