- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Bug Report forhttps://neetcode.io/problems/valid-sudoku
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
For theBrute Force solution, the space complexity is O(1) (constant space) because the maximum additional space used by theseen
set always has a maximum size of 9 elements at any point.

Metadata
Metadata
Assignees
Labels
No labels