You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Takes an array of x length and removes the first two numbers, adds them together, and adds them to the end of the list. Keeps going until array = [n]. However the first two numbers cannot be equal, if they are, one is removed so no duplicates