content: add new matrix question (#227)

This is an interesting question because it requires to break the matrix into a smaller matrix
pull/229/head
Wee Hong 3 years ago committed by GitHub
parent a7aabc8fb4
commit b3191d9729
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/)
- [Rotate Image](https://leetcode.com/problems/rotate-image/)
- [Word Search](https://leetcode.com/problems/word-search/)
- [Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)

Loading…
Cancel
Save