frog game - given an array blocks where each cell represents the height of the current block, we have two frogs starting on the same block (what ever block) .The frog can only jump to another adjacent block if it is higher or equal to the one she is on.
return the max distance that can be between the two frogs if they can start together