Skip to content

Commit a406031

Browse files
authored
Update valid-sudoku.md
1 parent f7e4aae commit a406031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/valid-sudoku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class Solution {
328328
### Time & Space Complexity
329329

330330
- Time complexity: $O(n ^ 2)$
331-
- Space complexity: $O(n ^ 2)$
331+
- Space complexity: $O(n)$
332332

333333
---
334334

0 commit comments

Comments
 (0)