Bug Report for https://neetcode.io/problems/remove-duplicates-from-sorted-array
this question is flawed. It asks to remove in-place while it is obviusly impossible to do so (in Kotlin). Also, the solutions shown are not really "removing the elements in-place", only counting the number of unique elements. Fix the problem description.