Recently I'm recording some videos; describing the solutions to some programming interview questions. In this one (from Google) we are faced with an ordered array and we need to remove the duplicated elements and return the number of unique values; IN PLACE!