I would be looking for a function that inserts a number in an array already sorted in ascending order.
For example, if I have an array of 5 pre-initialized elements with: 1,3,5,7,9
And I want to insert a 4, should be 1,3,4,5,7
Removing 9....
asked by
06.09.2018 / 17:16