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
121 Minimize Maximum Pair Sum in Array Medium
ArrayTwo PointersGreedy
122 Minimum Adjacent Swaps to Reach the Kth Smallest Number Medium
Two PointersStringGreedy
123 Minimum Array Length After Pair Removals Medium
ArrayHash TableTwo Pointers
124 Minimum Average of Smallest and Largest Elements Easy
ArrayTwo PointersSorting
125 Minimum Changes to Make K Semi-palindromes Hard
Two PointersStringDynamic Programming
126 Minimum Common Value Easy
ArrayHash TableTwo Pointers
127 Minimum Cost for Cutting Cake I Medium
ArrayTwo PointersDynamic Programming
128 Minimum Length of String After Deleting Similar Ends Medium
Two PointersString
129 Minimum Number of Flips to Make Binary Grid Palindromic I Medium
ArrayTwo PointersMatrix
130 Minimum Number of Flips to Make Binary Grid Palindromic II Medium
ArrayTwo PointersMatrix
131 Minimum Number of Moves to Make Palindrome Hard
Two PointersStringGreedy
132 Minimum Number of Swaps to Make the String Balanced Medium
Two PointersStringStack
133 Minimum Time to Eat All Grains Hard
ArrayTwo PointersBinary Search
134 Most Profit Assigning Work Medium
ArrayTwo PointersBinary Search
135 Move Pieces to Obtain a String Medium
Two PointersString
Showing 121-135 of 223
1 ... 7 8 9 10 11 ... 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.