DIY: Split Array into Consecutive Subsequences
Understand how to determine if a sorted array can be divided into one or more consecutive subsequences with each subsequence having at least three numbers. Practice implementing the is_possible function to solve this common coding interview problem.
We'll cover the following...
We'll cover the following...