Skip to content

Commit

Permalink
Update flip-game-ii.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Oct 16, 2015
1 parent 74ae2c7 commit d5911d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/flip-game-ii.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Time: O(n^(c+1)), n is length of string, c is count of "++"
// Space: O(c)
// Space: O(c), recursion would be called at most c in depth.

class Solution {
public:
Expand Down

0 comments on commit d5911d9

Please sign in to comment.