Running from both ends of an array

The first type of problems are, having two pointers at left and right end of array, then moving them to the center while processing something with them.

Last updated

Was this helpful?