Given a binary array nums, return the maximum length of a contiguous subarray with an equal number of 0 and 1.
1 | class Solution { |
Given a binary array nums, return the maximum length of a contiguous subarray with an equal number of 0 and 1.
1 | class Solution { |