DIY: Longest Consecutive Sequence
Explore solving the longest consecutive sequence problem by implementing a function to find the largest consecutive run in an unsorted integer array. This lesson helps you understand array traversal and data structure use to optimize coding interview solutions.
We'll cover the following...
We'll cover the following...