Given a list of integers, find the longest increasing contiguous sequence in it. If there are several answers, return the first one.
Example:
LargestSequence([2,3,6,7,5,3,2…
A handy cheatsheet to make your way down when you’re in the final stages of a golf challenge looking to shave off those last few characters.
This is a living document and I’ll be updating it as time goes on.