File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ _If you like this project, please leave me a star._ ★
576
576
|491|[ Increasing Subsequences] ( https://leetcode.com/problems/increasing-subsequences/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_491.java ) | |Medium| Backtracking, DFS
577
577
|490|[ The Maze] ( https://leetcode.com/problems/the-maze/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_490.java ) | |Medium| BFS
578
578
|488|[ Zuma Game] ( https://leetcode.com/problems/zuma-game/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_488.java ) | |Hard | DFS, Backtracking
579
- |487|[ Max Consecutive Ones II] ( https://leetcode.com/problems/max-consecutive-ones-ii/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_487.java ) | |Medium| Array
579
+ |487|[ Max Consecutive Ones II] ( https://leetcode.com/problems/max-consecutive-ones-ii/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_487.java ) | [ : tv : ] ( https://youtu.be/nKhteIRZ2Ok ) |Medium| Array
580
580
|486|[ Predict the Winner] ( https://leetcode.com/problems/predict-the-winner/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_486.java ) | | Medium | DP
581
581
|485|[ Max Consecutive Ones] ( https://leetcode.com/problems/max-consecutive-ones/ ) |[ Java] ( ../master/src/main/java/com/fishercoder/solutions/_485.java ) [ Javascript] ( ../master/javascript/_485.js ) | |Easy| Array
582
582
|484|[ Find Permutation] ( https://leetcode.com/problems/find-permutation/ ) |[ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_484.java ) | |Medium | Array, String, Greedy
You can’t perform that action at this time.
0 commit comments