Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 192 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 192 Bytes

compact

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.