File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
392
392
# | Problem | Solution | Time | Space | Difficulty | Tag | Note
393
393
-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------| -----
394
394
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 |
396
396
397
397
## Greedy
398
398
# | Problem | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments