A tool that can help you remove duplicate characters from your text with ease.
Given a sorted array nums, remove the duplicates in-place such that duplicates appeared at most twice and return the new length. Do not allocate extra space for another array, you must do this by ...