Presented with this convoluted description of a problem to solve, but simplified to the following:
💡Given an unsorted list of integers with duplicates find the longest incrementing range of numbers
As in find_max_continuous_range([1, 1, 0, 6, 3, 5, 5, 4]) is the range [3,4,5,