An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with two-pointers

A curated list of projects in awesome lists tagged with two-pointers .

https://github.com/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.

arrays backtracking binarysearch bit-manipulation cplusplus-11 cplusplus-14 dynamic-programming greedy-algorithms hashing heaps interviewbit interviewbit-solutions linked-list maps math queue stack string-manipulation trees two-pointers

Last synced: 19 Jun 2025

https://github.com/saiyamdubey/dsa_questions

This is my collection of solved DSA questions ... I am Prepairing for the Interview perspective ..

arrarys binary-search cpp cprogramming hackerrank leetcode-solutions sliding-window sorting-algorithms two-pointers

Last synced: 15 Jul 2025

https://github.com/harsh-modi278/codeforces-edu-solutions

CodeForces EDU section solutions(Binary Search and Two Pointers)

binary-search codeforces-edu codeforces-solutions competitive-programming cpp17 two-pointers

Last synced: 25 Apr 2025

https://github.com/everysoftware/algorithms-course

Well-structured notes on algorithms with solutions to problems from LeetCode, Stepik and other platforms.

algorithms divide-and-conquer dynamic-programming graphs-algorithms greedy-algorithms prefix-sum sorting-algorithms two-pointers

Last synced: 10 Apr 2025

https://github.com/preetiraj3697/dsa-question

Data structure algorithm with JavaScript In this project you show 2D array | Array | Sliding Window | Two Pointer | Stack | Key-Value and many data-structure.

2d-arrays array key-value-pairs matrix queue sliding-windows stack two-pointers

Last synced: 26 Jul 2025

https://github.com/samyam81/two-pointer

This repository houses solutions for a variety of problems, all implemented using the Two Pointer algorithm approach.

cpp csharp go java kotlin two-pointers

Last synced: 11 Jul 2025

https://github.com/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.

arrays binary-search binary-tree bit-manipulation divide-and-conquer dynamic-programming greedy hash-table linked-lists maths matrix recursion simulation sorting stack string trie two-pointers union-find

Last synced: 05 May 2025

https://github.com/michaelehab/leetcode-march-challenge-2022

This Repository contains my solutions to March LeetCoding Challenge 2022 problems.

backtracking bfs binary-search bit-manipulation dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers

Last synced: 04 Mar 2025

https://github.com/shaik-sohail-72/dsa

This repository is my personal DSA playground, dedicated to self-improvement and skill enhancement. Through diverse coding challenges and detailed solutions, I aim to refine my Data Structures and Algorithms expertise. Join me in this journey of continuous learning and growth in the realm of computer science.

arrays bfs-dfs binary-search bitmanipulation dp graph greedy-algorithms hashing hashtable linked-list math matrix queues recursion sortings stack strings trees trie two-pointers

Last synced: 18 Jun 2025

https://github.com/samyam81/june-leetcode

Welcome to the June LeetCode Challenge Solutions repository! This repository contains a collection of solutions to LeetCode questions that were featured in the June challenge.

go golang graph hashmap hashmap-java java leetcode leetcode-java leetcode-june-challenge sort string two-pointers

Last synced: 31 Oct 2025

https://github.com/himel-sarder/two-pointers-algorithm-with-himel

"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.

cpp leetcode leetcode-python leetcode-solutions python3 two-pointers

Last synced: 26 Mar 2025

https://github.com/dhrupad17/leetcode_binarysearchstudyplanii

In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.

array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers

Last synced: 18 Jul 2025

https://github.com/aqibniazi/leetcode_2025

I’m solving one LeetCode problem every day — not just to get better at coding interviews, but to master problem-solving patterns and build consistency. This repo documents my daily progress with intuitive explanations, optimized solutions, and clear reasoning for each approach. Follow my journey as it grows one commit at a time!

arrays dsa-algorithm python-3 strings two-pointers

Last synced: 02 Nov 2025

https://github.com/danitilahun/competitiveprogrammingsolutions

A comprehensive collection of code solutions for LeetCode and Codeforces problems, designed to enhance your competitive programming skills and help you tackle coding challenges with confidence.

algorithms array data-structures dynamic-programming graph kmp-algorithm linked-list matrix monotonic-stack python queue sliding-window sorting-algorithms stack tree trie two-pointers union-find

Last synced: 03 Nov 2025

https://github.com/sanjanayadav07/gfg-160---160-days-of-problem-solving

Welcome to my 160 Days of Code Challenge This repository is not only a personal challenge but also a resource for anyone looking for inspiration or wanting to follow along as I explore various programming languages, technologies, and problem-solving techniques. Join me on this journey of growth and continuous learning..!!

arrays backtracking binary-tree dsa-algorithm graph hashing hashmap heap linked-list prefix-sum recursion searching-algorithms sorting trees two-pointers

Last synced: 02 Sep 2025

https://github.com/dhrupad17/algorithm2_leetcode

In mathematics and computer science, an algorithm is defined as a process or set of rules to be followed in calculations or other problem-solving operations. This practical method is often used in calculations, data processing, and automatic reasoning because it contains clear and concise instructions and can be executed in limited time and space complexities.

backtracking bfs-algorithm binary-search bitmanipulation dfs-algorithm dynamic-programming recursion sliding-windows two-pointers

Last synced: 05 Mar 2025

https://github.com/r-pagard/python-algorithm

Write some algorithms with Python. I'm trying to write the best way that I can.

algorithms data-structures implement leetcode pytest python3 two-pointers

Last synced: 30 Mar 2025

https://github.com/richiepagard/python-algorithm

Write some algorithms with Python. I'm trying to write the best way that I can.

algorithms data-structures implement leetcode pytest python3 two-pointers

Last synced: 20 Oct 2025

https://github.com/zolotyh-dk/data-structures-and-algorithms

Решения задач по алгоритмам и структурам данных с LeetCode

algorithms-and-data-structures arrays-and-strings java leetcode sliding-window two-pointers

Last synced: 26 Feb 2025

https://github.com/chandantech2023/strivers_a2z_dsa_course-sheet

A DSA course that helps you to understand all DSA Concepts topic wise with practical implementation from A to Z in a well-organized and structured manner.🤩

array data-structures dynamic-programming graphs heaps linked-list programming-fundamentals queue searching-algorithms sorting-algorithms stacks string tree two-pointers

Last synced: 06 Oct 2025

https://github.com/rashmiiyengar/dsa_python

This repository contains my solutions to various problems on LeetCode.

arrays dictionry hash list python3 set sliding-window strings tuples two-pointers

Last synced: 08 Oct 2025

https://github.com/cunningdj/grokjava

My code suite, including homemade build and run tools and testing library, for practicing the Grokking the Coding Interview algo patterns in Java.

algorithms algorithms-java bash educative grokking grokking-algorithms grokking-coding-interview heaps java tortoise-and-hare-algorithm two-pointers

Last synced: 16 May 2025

https://github.com/progambler227788/leetsync-python

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)

array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers

Last synced: 16 May 2025

https://github.com/jigyasag18/data-structures-and-algorithms

This repository provides implementations and theoretical explanations of fundamental data structures and algorithms in C++. It serves as a comprehensive resource for learners and developers, featuring practical examples ranging from arrays and linked lists to advanced concepts like graphs, dynamic programming, and recursion. Happy Coding!

arrays binary-search datastructures-algorithms datastructuresandalgorithm dsa dsa-algorithm dynamic-programming graphs greedy-algorithms heaps linked-list queues recursion slidingwindow sorting-algorithms stacks strings trees tries two-pointers

Last synced: 03 Mar 2025

https://github.com/manimala720/two-pointes-sliding-window

This repository contains problems and solutions using two pointers and sliding window techniques in java.

java sliding-window two-pointers

Last synced: 28 Mar 2025

https://github.com/sheel-ui/leetcode

Here I will be adding my solutions to some I the problems I solved on LeetCode.

breadth-first-search data-structures depth-first-search dynamic-programming graphs greedy-algorithms hashmap java python trees two-pointers

Last synced: 04 Mar 2025

https://github.com/mj-awad17/leetcode-problems-solutions

Collection of @LeetCode problems Daily Challenges and their possible solutions with different approaches along side the @leetcode @topics of DSA.Below review the LeetCode-Profile

arrays backtracking binary-search-tree graph hash-table leetcode leetcode-python leetcode-solutions linked-list math sorting string tree two-pointers

Last synced: 04 Mar 2025

https://github.com/augustodevjs/programming-challenges

This repository contains a collection of algorithms for problems (interview questions, coding challenges) that I have solved.

arrays hashmap stack two-pointers

Last synced: 09 Jul 2025

https://github.com/vedant-gore/data-structures-and-algorithm

This repository comprises the solutions of data structures and algorithm Leetcode questions.

binary-search bubble-sort linear-search merge-sort two-pointers

Last synced: 06 Oct 2025

https://github.com/linsanity03/leetcode_problems

Repository consists of solution for data structures and algorithms focusing on technical problems.

array backtracking-algorithm binary-search dynamic-programming graphs-algorithms hashmap heap-algorithm leetcode linked-list python3 sliding-window stack two-pointers

Last synced: 16 Oct 2025

https://github.com/waldohidalgo/geek-for-geeks-100daysofcodechallenge

Repositorio con el código solución a dos desafíos de la plataforma Geek For Geeks: 100 días de código (no oficial, desafío personal) y 160 días de código (desafío oficial, GfG 160)

arrays datastructures-algorithms geeksforgeeks gfg160 hashing linked-list matrix prefix searching-algorithms sorting-algorithms two-pointers

Last synced: 14 Mar 2025