Not Frequent
0/10
Two Pointers
Author: Darren Yao
Prerequisites
Iterating two monotonic pointers across an array to search for a pair of indices satisfying some condition in linear time.
Resources
Resources | |||
---|---|---|---|
CPH | solutions to the problems above | ||
IUSACO | above + mention of max subarray sum |
Problems
Status | Source | Problem Name | Difficulty | Tags | Solution |
---|---|---|---|---|---|
CF | Easy | Show Tags2P | Check CF | ||
CSES | Easy | Show Tags2P, Sorting | |||
Silver | Easy | Show Tags2P, Sorting | External Sol | ||
CF | Easy | Check CF | |||
CF | Easy | Check CF | |||
Silver | Normal | Show Tags2P, Sorting | |||
Silver | Normal | Show Tags2P, Sorting | External Sol | ||
CF | Normal | Check CF |