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
Modify a sorted array with some elements duplicated, and compact the array by removing the duplicates, returning the new length of the array. Uses unit tests for validation.