two-pointer
There are 22 repositories under two-pointer topic.
shumbul/Post-Grad-Coding
Mastering DSA with medium-hard questions
samyam81/LeetCode_Questions
This is a repository created to store the leetcode questions. This maynot be the most efficient way of solving the problem.
danieldotwav/Remove-Duplicates-From-Sorted-Array-I-and-II
This Java program efficiently removes duplicate elements from a sorted array in-place, ensuring the original order of elements is maintained. It's designed to optimize space and time complexity while handling various array scenarios, including empty arrays and arrays with consecutive or non-consecutive duplicates.
ChenHCY/AlgorithmsQuestion
Data Structures, Algorithms Small Training Course
sumamakhan761/DSA-Practice
Complete DSA practice A to Z
anishmo99/Diversified-Programming
Contains various code covering numerous topics. Please search using camelCase without space.
Code-Practitioners/Diversified-Programming
Contains various code covering numerous topics. Please search using camelCase without space. Includes questions from LeetCode and various other platforms
DataAlchemyScribe/PythonProgrammingBootCampDataSene
Coding assignments from a 50-day Python Programming Bootcamp
leetcode-golang-classroom/golang_three_sum
https://useful-journey-3db.notion.site/15-3Sum-734cfbd391e443bc8e8767a5b978e349
SrinivasSubramaniam/DSAPractice
Solutions using Different Algorithms and data-structure
java-leetcode-classroom/java_container_with_most_water
https://useful-journey-3db.notion.site/11-Container-With-Most-Water-bdbbca84776747dcb0b83fff4bd6b75f
java-leetcode-classroom/java_longest_substring_without_repeating_charaters
https://useful-journey-3db.notion.site/3-Longest-Substring-Without-Repeating-Characters-ed6260999b91497abaa50615aeb0d0ff
java-leetcode-classroom/java_target_sum_input_array_sorted
https://useful-journey-3db.notion.site/167-Two-Sum-II-Input-Array-Is-Sorted-3970aa7e683545f1a50c6efc2274855e
java-leetcode-classroom/java_three_sum
https://useful-journey-3db.notion.site/15-3Sum-734cfbd391e443bc8e8767a5b978e349
java-leetcode-classroom/java_trapping_rain_water
https://useful-journey-3db.notion.site/42-Trapping-Rain-Water-88f1c35af15f4fb69018007fd928a27e
java-leetcode-classroom/java_valid_palindrome
https://useful-journey-3db.notion.site/125-Valid-Palindrome-55e3fbb978a743f39b54f40b046520af
leetcode-golang-classroom/golang_container_with_most_water
https://useful-journey-3db.notion.site/11-Container-With-Most-Water-bdbbca84776747dcb0b83fff4bd6b75f
leetcode-golang-classroom/golang_target_sum_input_array_sorted
https://useful-journey-3db.notion.site/167-Two-Sum-II-Input-Array-Is-Sorted-3970aa7e683545f1a50c6efc2274855e
leetcode-golang-classroom/golang_trapping_rain_water
https://useful-journey-3db.notion.site/42-Trapping-Rain-Water-88f1c35af15f4fb69018007fd928a27e
leetcode-golang-classroom/golang_valid_palindrome
https://useful-journey-3db.notion.site/125-Valid-Palindrome-55e3fbb978a743f39b54f40b046520af
Lokesh-Bisht/DSA-Interview-Prep
Contains solution for commonly asked DSA questions in interviews.
mndxpnsn/trap-rain
Two pointer solution to the "Trapping Rain Water" problem on LeetCode.