I want to implement an algorithm that finds the longest run of integers in an array recursively, using divide and conquer.
I made a sequential algorithm that mak