You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
909 | [Snakes and Ladders](https://leetcode.com/problems/snake-and-ladders/) | [C++](./C++/snake-and-ladders.cpp)[Python](./Python/snake-and-ladders.py) | _O(n^2)_ | _O(n^2)_ | Medium ||
179
180
180
181
## String
181
182
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
@@ -528,6 +529,8 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
528
529
902 | [Numbers At Most N Given Digit Set](https://leetcode.com/problems/numbers-at-most-n-given-digit-set/) | [C++](./C++/numbers-at-most-n-given-digit-set.cpp)[Python](./Python/numbers-at-most-n-given-digit-set.py) | _O(logn)_ | _O(logn)_ | Hard |||
0 commit comments