LeetCode/NeetCodeRoadmap/Arrays_and_Hashing
2023-09-01 21:36:51 -07:00
..
1_Two_Sum.py Cleaned Folder organization 2023-08-07 22:34:41 -07:00
36_Valid_Sudoku.py solved 15/73 cases 2023-08-25 21:37:26 -07:00
49_Group_Anagrams.py Cleaned Folder organization 2023-08-07 22:34:41 -07:00
125_Valid_Palindrome.py 2 line solution 2023-08-31 22:51:11 -07:00
128_Longest_Consecutive_Sequence.py clears 33/73 cases 2023-08-25 21:45:55 -07:00
167_Two_Sum_II.py solution accepted, beats 51% runtime 2023-09-01 21:36:51 -07:00
217_Contains_Duplicate.py Cleaned Folder organization 2023-08-07 22:34:41 -07:00
238_Product_of_Array_Except_Self.py Beats 80% of runtime, uses a lot of memory. multiples loops is still O(n) 2023-08-17 02:04:49 -07:00
242_Valid_Anagram.py Cleaned Folder organization 2023-08-07 22:34:41 -07:00
347_Top_K_Frequent_Elements.py Solved, iterate through dict K number of times and remove highest value each time beat 93% memory 2023-08-09 22:50:32 -07:00
Encode_Decode_Strings.py added for loop method to encode and decode 2023-08-24 23:53:58 -07:00