suppose we have an array or vector
how could i know if there is a pattern alternating any number of times and how to find the sum of one term of the pattern in the best complexity
exp: {1,2,3,1,2,3,1,2,3} there is a pattern with sum equal 6 for the single term