We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fac05 commit 26fa916Copy full SHA for 26fa916
C++/flip-game-ii.cpp
@@ -2,7 +2,7 @@
2
// Space: O(c)
3
4
// 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
+// https://leetcode.com/problems/flip-game-ii/discuss/73954/theory-matters-from-backtracking128ms-to-dp-0ms
6
class Solution {
7
public:
8
bool canWin(string s) {
0 commit comments