LeetCode/NeetCodeRoadmap/Arrays_and_Hashing
2023-08-24 23:53:58 -07:00
..
1_Two_Sum.py Cleaned Folder organization 2023-08-07 22:34:41 -07:00
36_Valid_Sudoku.py updated to matrix method to check validity 2023-08-22 23:30:34 -07:00
49_Group_Anagrams.py Cleaned Folder organization 2023-08-07 22:34:41 -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