content: add new matrix question (#227)

This is an interesting question because it requires to break the matrix into a smaller matrix
This commit is contained in:
Wee Hong
2021-09-21 02:08:22 +08:00
committed by GitHub
parent a7aabc8fb4
commit b3191d9729

View File

@ -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/)