> For the complete documentation index, see [llms.txt](https://leetcodebook-1.gitbook.io/top-interview-150/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leetcodebook-1.gitbook.io/top-interview-150/matrix.md).

# 矩阵

- [有效的数独](https://leetcodebook-1.gitbook.io/top-interview-150/matrix/valid-sudoku.md)
- [螺旋矩阵](https://leetcodebook-1.gitbook.io/top-interview-150/matrix/spiral-matrix.md)
- [旋转矩阵](https://leetcodebook-1.gitbook.io/top-interview-150/matrix/rotate-image.md)
- [矩阵置零](https://leetcodebook-1.gitbook.io/top-interview-150/matrix/set-matrix-zeroes.md)
- [生命游戏](https://leetcodebook-1.gitbook.io/top-interview-150/matrix/game-of-life.md)
