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 @@ -367,7 +367,7 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
367
367
335 | [ Self Crossing] ( https://leetcode.com/problems/self-crossing/ ) | [ C++] ( ./C++/self-crossing.cpp ) [ Python] ( ./Python/self-crossing.py ) | _ O(n)_ | _ O(1)_ | Hard |||
368
368
338 | [ Counting Bits] ( https://leetcode.com/problems/counting-bits/ ) | [ C++] ( ./C++/counting-bits.cpp ) [ Python] ( ./Python/counting-bits.py ) | _ O(n)_ | _ O(n)_ | Medium |||
369
369
343 | [ Integer Break] ( https://leetcode.com/problems/integer-break/ ) | [ C++] ( ./C++/integer-break.cpp ) [ Python] ( ./Python/integer-break.py ) | _ O(logn)_ | _ O(1)_ | Medium || Tricky, DP |
370
- 365 | [ Water and Jug Problem] ( https://leetcode.com/problems/water-and-jug-problem/ ) | [ C++] ( ./C++/water-and-jug-problem.cpp ) [ Python] ( ./Python/water-and-jug-problem.py ) | _ O(logn)_ | _ O(1)_ | Medium || ` Euclidean Algorithm ` , ` Bézout's identity ` |
370
+ 365 | [ Water and Jug Problem] ( https://leetcode.com/problems/water-and-jug-problem/ ) | [ C++] ( ./C++/water-and-jug-problem.cpp ) [ Python] ( ./Python/water-and-jug-problem.py ) | _ O(logn)_ | _ O(1)_ | Medium || ` Bézout's identity ` |
371
371
372 | [ Super Pow] ( https://leetcode.com/problems/super-pow/ ) | [ C++] ( ./C++/super-pow.cpp ) [ Python] ( ./Python/super-pow.py ) | _ O(n)_ | _ O(1)_ | Medium |||
372
372
382 | [ Linked List Random Node] ( https://leetcode.com/problems/linked-list-random-node/ ) | [ C++] ( ./C++/linked-list-random-node.cpp ) [ Python] ( ./Python/linked-list-random-node.py ) | _ O(n)_ | _ O(1)_ | Medium || ` Reservoir Sampling ` |
373
373
386 | [ Lexicographical Numbers] ( https://leetcode.com/problems/lexicographical-numbers/ ) | [ C++] ( ./C++/lexicographical-numbers.cpp ) [ Python] ( ./Python/lexicographical-numbers.py ) | _ O(n)_ | _ O(1)_ | Medium |||
You can’t perform that action at this time.
0 commit comments