leetcode/notes/src/chess.md
Sainnhe Park 4ec46c3dda
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Update chess
2023-02-03 18:11:32 +08:00

8 lines
182 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 棋盘问题
棋盘问题N 皇后,解数独等等
## [51. N 皇后](https://leetcode.cn/problems/n-queens/)
## [37. 解数独](https://leetcode.cn/problems/sudoku-solver/)