File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
656531 | [ Next Permutation] ( https://leetcode.com/problems/next-permutation/ ) | [ Python] ( ./Python/next-permutation.py ) | _ O(n)_ | _ O(1)_ | Medium || Tricky
666641 | [ First Missing Positive] ( https://leetcode.com/problems/first-missing-positive/ ) | [ Python] ( ./Python/first-missing-positive.py ) | _ O(n)_ | _ O(1)_ | Hard || Tricky
676748 | [ Rotate Image] ( https://leetcode.com/problems/rotate-image/ ) | [ Python] ( ./Python/rotate-image.py ) | _ O(n^2)_ | _ O(1)_ | Medium ||
68- 54 | [ Spiral Matrix] ( https://leetcode.com/problems/spiral-matrix/ ) | [ Python] ( ./Python/spiral-matrix.py ) | _ O(m * n)_ | _ O(1)_ | Medium ||
69- 59 | [ Spiral Matrix II] ( https://leetcode.com/problems/spiral-matrix-ii/ ) | [ Python] ( ./Python/spiral-matrix-ii.py ) | _ O(n^2)_ | _ O(1)_ | Medium ||
68+ 54 | [ Spiral Matrix] ( https://leetcode.com/problems/spiral-matrix/ ) | [ C++ ] ( ./C++/spiral-matrix.cpp ) [ Python] ( ./Python/spiral-matrix.py ) | _ O(m * n)_ | _ O(1)_ | Medium ||
69+ 59 | [ Spiral Matrix II] ( https://leetcode.com/problems/spiral-matrix-ii/ ) | [ C++ ] ( ./C++/spiral-matrix-ii.cpp ) [ Python] ( ./Python/spiral-matrix-ii.py ) | _ O(n^2)_ | _ O(1)_ | Medium ||
707066 | [ Plus One] ( https://leetcode.com/problems/plus-one/ ) | [ Python] ( ./Python/plus-one.py ) | _ O(n)_ | _ O(1)_ | Easy ||
717173 | [ Set Matrix Zeroes] ( https://leetcode.com/problems/set-matrix-zeroes/ ) | [ Python] ( ./Python/set-matrix-zeroes.py ) | _ O(m * n)_ | _ O(1)_ | Medium ||
727280 | [ Remove Duplicates from Sorted Array II] ( https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/ ) | [ Python] ( ./Python/remove-duplicates-from-sorted-array-ii.py ) | _ O(n)_ | _ O(1)_ | Medium ||
You can’t perform that action at this time.
0 commit comments