two-pointers
There are 206 repositories under two-pointers topic.
abhiagx/InterviewBit
A collection of Abhishek Agrawal's C++ solutions providing scalable, production-quality code to 200+ LeetCode-style problems on https://www.interviewbit.com, designed to enhance algorithmic skills through practical learning and mentorship.
shashankch292/InterviewBit
InterviewBit Programming Solutions
joney000/Java-Competitive-Programming
I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
SrGrace/InterviewBit
Collection of solution for problems on InterviewBit
sergeyleschev/leetcode-swift
TOP 200 #Dev 🏆 LeetCode, Solutions in Swift, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
MoigeMatino/data-structures-algorithms-python
This repository features DSA problems & solutions in Python adapted from structy.net course. I created it as a resource to help others enhance their problem-solving skills and build proficiency in Python. Whether you're a beginner or a seasoned programmer, this comprehensive guide can help you develop your abilities and excel in your career.
Arjiit/LeetCode-Patterns
Set of Patterns to solve many algorithmic questions of similar type on LeetCode
Harsh-Modi278/CodeForces-EDU-Solutions
CodeForces EDU section solutions(Binary Search and Two Pointers)
sergeyleschev/leetcode-typescript
TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
ascherj/linked-list-techniques
A Python implementation demonstrating three fundamental linked list techniques with clear examples and detailed explanations. Features Multiple Pass, Temporary Head, and Fast-Slow Pointer algorithms for common linked list operations including finding middle elements, reversing lists, and cycle detection.
mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
karygauss03/Leetcode-Solutions
My Leetcode Solutions
agorinenko/data-structures-and-algorithms
Алгоритмы и структуры данных
rahulcode22/Data-structures
All python code of data structures,InterviewBit solutions
Pratul1997/LeetCode
Solution to LeetCode Problems in Python and Golang :dart:
Jae7777/Leetcode
My solutions to Leetcode problems
pravhub/Coding-Interviews
Solution Repository for Technical Coding Interviews!
kalpak92/TechInterview2020
A repository for my ongoing preparation for Software Engineering Interviews.
kapish33/DSA-WITH-JAVA
My DSA Collection In JAVA language which contains more than 25 question for each topic with simple self explanatory approach which can help anyone to get tast of DSA
mdzaheerjk/DSA
🚀 Repository for mastering Data Structures & Algorithms 📘 Includes solved problems from LeetCode & practice sets 🧩 Covers core topics: arrays, recursion, sorting, trees & more 💡 A step towards sharpening problem-solving & coding skills
saiyamdubey/DSA_Questions
This is my collection of solved DSA questions ... I am Prepairing for the Interview perspective ..
everysoftware/algorithms-course
Python algorithms and data structures, searches, sortings, two pointers, greedy, DP, etc.
Mr-Soni532/DSA-in-JS
Data Structure and Algorithiums in JavaScript
riju18/DataStructure-and-Algorithm
Data Structure & Algorithm
atnon1/Yandex-algorithm-training
Курс по алгоритмам от Яндекса
hienmv/Problems-Solving
My implementation of useful data structures, algorithms, as well as my solutions to programming puzzles.
khemssharma/DSA-Practice
Calmly practice DSA here...
prudhvisai26/DSA
DSA using Python
richiepagard/python-algorithm
Write some algorithms with Python. I'm trying to write the best way that I can.
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/Two-Pointer-Water-Container
A short program written in Java calculates the maximum area that can be contained within a set of vertical lines, utilizing a two-pointer algorithm and handling a variety of test cases from simple to complex.
Gauranshgoel123/Leetcode-problems
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
husamql3/LeetCode
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
samyam81/Two-Pointer
This repository houses solutions for a variety of problems, all implemented using the Two Pointer algorithm approach.
shrishti-04/Python_DSA
DSA_Algorithms