Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same.
I know that working with arrays in python is so hard, so I made a library to make easier this work. I present you my new library called "Array_utilities-base"! A library made in pure python to work ...