Two Pointers Coding Problems

Efficient array traversal techniques

223
Total Problems
57
Easy
134
Medium
31
Hard
Start Practicing
LR

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Two Pointers Coding Problems

Practice problems frequently asked at Two Pointers 223 problems | 57 Easy | 134 Medium | 31 Hard

# Problem Difficulty Topics
16 Candy Crush Medium
ArrayTwo PointersMatrix
17 Check If a Word Occurs As a Prefix of Any Word in a Sentence Easy
Two PointersStringString Matching
18 Check If N and Its Double Exist Easy
ArrayHash TableTwo Pointers
19 Check If String Is a Prefix of Array Easy
ArrayTwo PointersString
20 Checking Existence of Edge Length Limited Paths Hard
ArrayTwo PointersUnion Find
21 Circular Array Loop Medium
ArrayHash TableTwo Pointers
22 Closest Binary Search Tree Value II Hard
Two PointersStackTree
23 Closest Subsequence Sum Hard
ArrayTwo PointersDynamic Programming
24 Compare Version Numbers Medium
Two PointersString
25 Container With Most Water Medium
ArrayTwo PointersGreedy
26 Count Binary Substrings Easy
Two PointersString
27 Count Houses in a Circular Street II Hard
ArrayTwo Pointers
28 Count Pairs in Two Arrays Medium
ArrayTwo PointersBinary Search
29 Count Pairs Of Nodes Hard
ArrayHash TableTwo Pointers
30 Count Pairs Whose Sum is Less than Target Easy
ArrayTwo PointersBinary Search
Showing 16-30 of 223
1 2 3 4 ... 15

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.