I have a sequence with n numbers and i want to create a data structure to answer the following question: sequence n = [5 ,7, 4, 24, 8, 3, 12, 34] I want the
n = [5 ,7, 4, 24, 8, 3, 12, 34]