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
// Counts unique vals in a sorted array. Pointer 1 (counter) starts at position 0 and Pointer 2 (i) at position 1. If the 2 pointers are different at every i iteration, increase counter by 1 and at its position place the newest new value to compare the rest of the items with