File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
249
249
326 | [ Power of Three] ( https://leetcode.com/problems/power-of-three/ ) | [ C++] ( ./C++/power-of-three.cpp ) [ Python] ( ./Python/power-of-three.py ) | _ O(1)_ | _ O(1)_ | Easy |||
250
250
335 | [ Self Crossing] ( https://leetcode.com/problems/self-crossing/ ) | [ C++] ( ./C++/self-crossing.cpp ) [ Python] ( ./Python/self-crossing.py ) | _ O(n)_ | _ O(1)_ | Medium |||
251
251
338 | [ Counting Bits] ( https://leetcode.com/problems/counting-bits/ ) | [ C++] ( ./C++/counting-bits.cpp ) [ Python] ( ./Python/counting-bits.py ) | _ O(n)_ | _ O(n)_ | Medium |||
252
- 343 | [ Integer Break] ( https://leetcode.com/problems/integer-break/ ) | [ C++] ( ./C++/integer-break.cpp ) [ Python] ( ./Python/integer-break.py ) | _ O(logn)_ | _ O(logn)_ | Medium || Tricky |
252
+ 343 | [ Integer Break] ( https://leetcode.com/problems/integer-break/ ) | [ C++] ( ./C++/integer-break.cpp ) [ Python] ( ./Python/integer-break.py ) | _ O(logn)_ | _ O(logn)_ | Medium || Tricky, DP |
253
253
254
254
## Sort
255
255
# | Title | Solution | Time | Space | Difficulty | Tag | Note
You can’t perform that action at this time.
0 commit comments