File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 165516550357 | [ Count Numbers with Unique Digits] ( https://leetcode.com/problems/count-numbers-with-unique-digits/ ) | [ C++] ( ./C++/count-numbers-with-unique-digits.cpp ) [ Python] ( ./Python/count-numbers-with-unique-digits.py ) | _ O(n)_ | _ O(1)_ | Medium || Backtracking, Math |
165616560361 | [ Bomb Enemy] ( https://leetcode.com/problems/bomb-enemy/ ) | [ C++] ( ./C++/bomb-enemy.cpp ) [ Python] ( ./Python/bomb-enemy.py ) | _ O(m * n)_ | _ O(m * n)_ | Medium | 🔒 | |
165716570368 | [ Largest Divisible Subset] ( https://leetcode.com/problems/largest-divisible-subset/ ) | [ C++] ( ./C++/largest-divisible-subset.cpp ) [ Python] ( ./Python/largest-divisible-subset.py ) | _ O(n^2)_ | _ O(n)_ | Medium | | |
1658- 0375 | [ Guess Number Higher or Lower II] ( https://leetcode.com/problems/guess-number-higher-or-lower-ii/ ) | [ C++] ( ./C++/guess-number-higher-or-lower-ii.cpp ) [ Python] ( ./Python/guess-number-higher-or-lower-ii.py ) | _ O(n^2 )_ | _ O(n^2)_ | Medium | |
1658+ 0375 | [ Guess Number Higher or Lower II] ( https://leetcode.com/problems/guess-number-higher-or-lower-ii/ ) | [ C++] ( ./C++/guess-number-higher-or-lower-ii.cpp ) [ Python] ( ./Python/guess-number-higher-or-lower-ii.py ) | _ O(n^3 )_ | _ O(n^2)_ | Medium | |
165916590377 | [ Combination Sum IV] ( https://leetcode.com/problems/combination-sum-iv/ ) | [ C++] ( ./C++/combination-sum-iv.cpp ) [ Python] ( ./Python/combination-sum-iv.py ) | _ O(nlogn + n * t)_ | _ O(t)_ | Medium | |
166016600403 | [ Frog Jump] ( https://leetcode.com/problems/frog-jump/ ) | [ C++] ( ./C++/frog-jump.cpp ) [ Python] ( ./Python/frog-jump.py ) | _ O(n^2)_ | _ O(n^2)_ | Hard ||
166116610416 | [ Partition Equal Subset Sum] ( https://leetcode.com/problems/partition-equal-subset-sum/ ) | [ C++] ( ./C++/partition-equal-subset-sum.cpp ) [ Python] ( ./Python/partition-equal-subset-sum.py ) | _ O(n * s)_ | _ O(s)_ | Medium ||
You can’t perform that action at this time.
0 commit comments