From 4ec46c3dda928952250d786ce02d0363a280ed24 Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Fri, 3 Feb 2023 18:10:50 +0800 Subject: [PATCH] Update chess --- notes/src/chess.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/src/chess.md b/notes/src/chess.md index 611c1aa..0da47cb 100644 --- a/notes/src/chess.md +++ b/notes/src/chess.md @@ -1,3 +1,7 @@ # 棋盘问题 棋盘问题:N 皇后,解数独等等 + +## [51. N 皇后](https://leetcode.cn/problems/n-queens/) + +## [37. 解数独](https://leetcode.cn/problems/sudoku-solver/)