content: add new matrix question

This is an interesting question because it requires to break the matrix into a smaller matrix
pull/227/head
Wee Hong 4 years ago committed by GitHub
parent 1de5dd75ee
commit 0fec6fb299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,3 +34,4 @@ transposed_matrix = zip(*matrix)
- [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/) - [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/)
- [Rotate Image](https://leetcode.com/problems/rotate-image/) - [Rotate Image](https://leetcode.com/problems/rotate-image/)
- [Word Search](https://leetcode.com/problems/word-search/) - [Word Search](https://leetcode.com/problems/word-search/)
- [Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)

Loading…
Cancel
Save