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 676
676
0170| [ Two Sum III - Data structure design] ( https://leetcode.com/problems/two-sum-iii-data-structure-design/ ) | [ C++] ( ./C++/two-sum-iii-data-structure-design.cpp ) [ Python] ( ./Python/two-sum-iii-data-structure-design.py ) | _ O(n)_ | _ O(n)_ | Easy | 🔒 |
677
677
0187| [ Repeated DNA Sequences] ( https://leetcode.com/problems/repeated-dna-sequences/ ) | [ Python] ( ./Python/repeated-dna-sequences.py ) | _ O(n)_ | _ O(n)_ | Medium ||
678
678
0202| [ Happy Number] ( https://leetcode.com/problems/happy-number/ ) | [ C++] ( ./C++/happy-number.cpp ) [ Python] ( ./Python/happy-number.py ) | _ O(k)_ | _ O(k)_ | Easy ||
679
- 0204| [ Count Primes] ( https://leetcode.com/problems/count-primes/ ) | [ C++] ( ./C++/count-primes.cpp ) [ Python] ( ./Python/count-primes.py ) | _ O(n )_ | _ O(n)_ | Easy ||
679
+ 0204| [ Count Primes] ( https://leetcode.com/problems/count-primes/ ) | [ C++] ( ./C++/count-primes.cpp ) [ Python] ( ./Python/count-primes.py ) | _ O(nlog(logn) )_ | _ O(n)_ | Easy ||
680
680
0205| [ Isomorphic Strings] ( https://leetcode.com/problems/isomorphic-strings/ ) | [ C++] ( ./C++/isomorphic-strings.cpp ) [ Python] ( ./Python/isomorphic-strings.py ) | _ O(n)_ | _ O(1)_ | Easy ||
681
681
0217| [ Contains Duplicate] ( https://leetcode.com/problems/contains-duplicate/ ) | [ C++] ( ./C++/contains-duplicate.cpp ) [ Python] ( ./Python/contains-duplicate.py ) | _ O(n)_ | _ O(n)_ | Easy ||
682
682
0219| [ Contains Duplicate II] ( https://leetcode.com/problems/contains-duplicate-ii/ ) | [ C++] ( ./C++/contains-duplicate-ii.cpp ) [ Python] ( ./Python/contains-duplicate-ii.py ) | _ O(n)_ | _ O(n)_ | Easy ||
You can’t perform that action at this time.
0 commit comments