Introduction - If you have any usage issues, please Google them yourself
Write a function to achieve: 1) to delete an array of the same element 2) according to ascending order (except Bubble Act). For example: Input: {1,2,1,-1,0,0} Output: {-1,0,1,2}