See if length between two equal numbers in deque is even
I think the issue was by ths following , I have a deque and I want to find
if the number of ints between two equal numbers is even. For
example:7,13,4,6,4,13,8,10 should be false and 1,3,5,3,4,8,7,9,6,5,7 should
be true. I think my program is correct
Date : November 22 2020, 10:40 AM , By : DeltaFlight