Maximum Length Even Subarray
Problem You are given an integer N N . Consider the sequence containing the integers 1, 2, \ldots, N 1 , 2 , … , N in increasing order (each exactly once). Find the maximum length of its contiguous subsequence with an even sum…