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 @@ -68,7 +68,7 @@ Your ideas/fixes/algorithms are more than welcome!
68
68
|490|[ The Maze] ( https://leetcode.com/problems/the-maze/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/TheMaze.java ) | O(m* n) |O(m* n) | Medium| BFS
69
69
|487|[ Max Consecutive Ones II] ( https://leetcode.com/problems/max-consecutive-ones-ii/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/MaxConsecutiveOnesII.java ) | O(n) |O(n) | Medium| Array
70
70
|485|[ Max Consecutive Ones] ( https://leetcode.com/problems/max-consecutive-ones/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/MaxConsecutiveOnes.java ) | O(n) |O(1) | Easy| Array
71
- |484|[ Find Permutation] ( https://leetcode.com/problems/find-permutation/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/_484.java ) | O(n) |O(1) | Medium | Array String
71
+ |484|[ Find Permutation] ( https://leetcode.com/problems/find-permutation/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/_484.java ) | O(n) |O(1) | Medium | Array, String, Greedy
72
72
| 482| [ License Key Formatting] ( https://leetcode.com/problems/license-key-formatting/ ) | [ Solution] ( ../master/src/main/java/com/stevesun/solutions/LicenseKeyFormatting.java ) | O(n) | O(n) | Medium|
73
73
|477|[ Total Hamming Distance] ( https://leetcode.com/problems/total-hamming-distance/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/TotalHammingDistance.java ) | O(n) |O(1) | Medium| Bit Manipulation
74
74
|476|[ Number Complement] ( https://leetcode.com/problems/number-complement/ ) |[ Solution] ( ../master/src/main/java/com/stevesun/solutions/NumberComplement.java ) | O(n) |O(1) | Easy| Bit Manipulation
You can’t perform that action at this time.
0 commit comments