mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 11:18:00 +08:00
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:
@ -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/)
|
||||
|
Reference in New Issue
Block a user