I need to insert some new values b=[-10, 10, 2, 3] into a=[1,2,3,4,5] and have the inserted result sorted in ascending order.
b=[-10, 10, 2, 3]
a=[1,2,3,4,5]
The desired ou