Skip to content

Commit 26fa916

Browse files
authored
Update flip-game-ii.cpp
1 parent 80fac05 commit 26fa916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/flip-game-ii.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Space: O(c)
33

44
// The best theory solution (DP, O(n + c^2)) could be seen here:
5-
// https://leetcode.com/discuss/64344/theory-matters-from-backtracking-128ms-to-dp-0ms
5+
// https://leetcode.com/problems/flip-game-ii/discuss/73954/theory-matters-from-backtracking128ms-to-dp-0ms
66
class Solution {
77
public:
88
bool canWin(string s) {

0 commit comments

Comments
 (0)