Data Structure

Data Structure

1 post found.
Two Pointer Problems (Part 1) - Two Pointer and Fast Slow Pointer

Two Pointer Problems (Part 1) - Two Pointer and Fast Slow Pointer

Two pointers are used to scan in two directions during traversal, achieving the respective algorithmic goals.

in