Skip to content

Commit 3f2ea01

Browse files
committed
Update README.md
1 parent 23f6221 commit 3f2ea01

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
@@ -392,7 +392,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
392392
# | Problem | Solution | Time | Space | Difficulty | Tag | Note
393393
-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------| -----
394394
126| [Word Ladder II](https://leetcode.com/problems/word-ladder-ii/) |[Python](./Python/word-ladder-ii.py) | _O(n * d)_ | _O(d)_ | Hard ||
395-
294| [Flip Game II](https://leetcode.com/problems/flip-game-ii/) | [C++](./C++/flip-game-ii.cpp) [Python](./Python/flip-game-ii.py) | _O(n^2)_ | _O(n)_ | Medium |📖| DP, Hash |
395+
294| [Flip Game II](https://leetcode.com/problems/flip-game-ii/) | [C++](./C++/flip-game-ii.cpp) [Python](./Python/flip-game-ii.py) | _O(n + c^2)_ | _O(c)_ | Medium |📖| DP, Hash |
396396

397397
## Greedy
398398
# | Problem | Solution | Time | Space | Difficulty | Tag | Note

0 commit comments

Comments
 (0)