soulmachine / leetcode

LeetCode题解,151道题完整版。
BSD 3-Clause "New" or "Revised" License
11.27k stars 3.43k forks source link

The time complexity of Valid Sudoku may be wrong. #72

Closed idear1203 closed 5 years ago

idear1203 commented 9 years ago

it says O(N^2), but I think it should be O(1) since the size is fixed.