diff --git a/contents/algorithms/matrix.md b/contents/algorithms/matrix.md index 5df0b308..a3b743ed 100644 --- a/contents/algorithms/matrix.md +++ b/contents/algorithms/matrix.md @@ -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/)