Skip to content

Commit 093a8bb

Browse files
author
Hamid Gasmi
committed
#289 is completed
1 parent 58ccbf2 commit 093a8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

09-problems/lc_37_sudoku_solver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
|-----------|------------|------------|
2121
|54 55 56 | 57 58 59 | 60 61 62 |
2222
|63 64 65 | 66 67 68 | 69 70 71 |
23-
|72 73 74 | 75 76 77 | 78 79 90 |
23+
|72 73 74 | 75 76 77 | 78 79 80 |
2424
---------------------------------------
25-
25+
2626
3. Complexity Analysis:
2727
- Time Complexity: O(9! * 8! * 7! * 6! * 5! * 4! * 3! * 2! * 1!) = O((9!)^9) = O(1)
2828
- Space Complexity: O(81) = O(1)

0 commit comments

Comments
 (0)