From d9b29c2b842c5f6f598b1387896152851443cdc4 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Tue, 5 Sep 2023 19:24:58 -0700 Subject: [PATCH] organization updates and revisit --- .../125_Valid_Palindrome.py | 0 NeetCodeRoadmap/{Arrays_and_Hashing => Two_Pointers}/15_3Sum.py | 0 .../{Arrays_and_Hashing => Two_Pointers}/167_Two_Sum_II.py | 0 Top150Interview/Questions_to_revisit.md | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename NeetCodeRoadmap/{Arrays_and_Hashing => Two_Pointers}/125_Valid_Palindrome.py (100%) rename NeetCodeRoadmap/{Arrays_and_Hashing => Two_Pointers}/15_3Sum.py (100%) rename NeetCodeRoadmap/{Arrays_and_Hashing => Two_Pointers}/167_Two_Sum_II.py (100%) diff --git a/NeetCodeRoadmap/Arrays_and_Hashing/125_Valid_Palindrome.py b/NeetCodeRoadmap/Two_Pointers/125_Valid_Palindrome.py similarity index 100% rename from NeetCodeRoadmap/Arrays_and_Hashing/125_Valid_Palindrome.py rename to NeetCodeRoadmap/Two_Pointers/125_Valid_Palindrome.py diff --git a/NeetCodeRoadmap/Arrays_and_Hashing/15_3Sum.py b/NeetCodeRoadmap/Two_Pointers/15_3Sum.py similarity index 100% rename from NeetCodeRoadmap/Arrays_and_Hashing/15_3Sum.py rename to NeetCodeRoadmap/Two_Pointers/15_3Sum.py diff --git a/NeetCodeRoadmap/Arrays_and_Hashing/167_Two_Sum_II.py b/NeetCodeRoadmap/Two_Pointers/167_Two_Sum_II.py similarity index 100% rename from NeetCodeRoadmap/Arrays_and_Hashing/167_Two_Sum_II.py rename to NeetCodeRoadmap/Two_Pointers/167_Two_Sum_II.py diff --git a/Top150Interview/Questions_to_revisit.md b/Top150Interview/Questions_to_revisit.md index 3004e6e..d3a8fae 100644 --- a/Top150Interview/Questions_to_revisit.md +++ b/Top150Interview/Questions_to_revisit.md @@ -3,4 +3,4 @@ ### [22_Generate_Parenthesis](https://leetcode.com/problems/generate-parentheses/description/) ###[856_Score_of_Parenthesis](https://leetcode.com/problems/score-of-parentheses/description/) ## Two Pointers -### \ No newline at end of file +### [3Sum](https://leetcode.com/problems/3sum/) \ No newline at end of file