Lesson overview · Free interview practice

Two Pointers

Solve problems using two pointers to traverse arrays.

Topics in the full lesson
  • Concept and Use Cases
  • When to Use
  • Time and Space Complexity
  • Pair with Target Sum in a Sorted Array
  • Removing Duplicates from a Sorted Array
  • Checking if a String is a Palindrome

Try the free interview questions

Work through a question before revealing its explanation. These questions and answers are free; Premium adds the full lesson walkthrough, examples and implementation detail.

Question

Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number, sorted in non-decreasing order. Solve in O(n) using two pointers.

Take a moment to think about this before revealing the answer

Explain your reasoning or try an implementation before comparing answers.

Question

Given a string s, return true if it can be made a palindrome by deleting at most one character; otherwise return false.

Take a moment to think about this before revealing the answer

Explain your reasoning or try an implementation before comparing answers.

CodingMedium

3Sum

Question

Given an array of integers, find all unique triplets that sum to zero.

Take a moment to think about this before revealing the answer

Explain your reasoning or try an implementation before comparing answers.

Explore the full Two Pointers material

Premium includes the complete lessons and implementation references. Free practice questions remain available without a subscription.

All course tracks & premium content
From basics to advanced masterclasses
Built for JS/TS developers like you
Real-world tips & common pitfalls
Upgrade to Premium