扬帆远航_df7c

关注

leetcode-36-Valid Sudoku

扬帆远航_df7c

关注

阅读 63

2023-08-23


Use 3 vector of maps to store current number, then check the current situation is fit the rule or not.

The trick part is for the cell map, remember (i / 3) * 3 + j / 3 stand for the nth cell.


相关推荐

墨春

LeetCode: 36. Valid Sudoku

墨春 94 0 0

Soy丶sauce

【LeetCode】36. Valid Sudoku 解题报告(Python)

Soy丶sauce 30 0 0

艾晓雪

Leetcode: Valid Sudoku

艾晓雪 59 0 0

南陵王梁枫

036.valid-sudoku

南陵王梁枫 42 0 0

生命中最美的是成长

leetcode-37-Sudoku Solver

生命中最美的是成长 18 0 0

福福福福福福福福福

[leetcode] 37. Sudoku Solver

福福福福福福福福福 67 0 0

兮城

Leetcode: Valid Parentheses

兮城 64 0 0

佃成成成成

Valid Sudoku 判断数独的合法性 3个判断

佃成成成成 49 0 0

九月的栩

leetcode -- Longest Valid Parentheses

九月的栩 44 0 0

清冷的蓝天天

36.leetcode

清冷的蓝天天 43 0 0

精彩评论(0)

0 0 举报