Skip to main content
Sort
Tick mark Image
Evaluate
Tick mark Image

Similar Problems from Web Search

Share

16
To sort the list, start from a single element 16.
16,19
Insert 19 to the appropriate location in the new list.
16,19,30
Insert 30 to the appropriate location in the new list.
10,16,19,30
Insert 10 to the appropriate location in the new list.
10,16,19,21,30
Insert 21 to the appropriate location in the new list.
10,16,19,21,24,30
Insert 24 to the appropriate location in the new list.
5,10,16,19,21,24,30
Insert 5 to the appropriate location in the new list.
5,10,10,16,19,21,24,30
Insert 10 to the appropriate location in the new list.
5,10,10,16,19,21,24,29,30
Insert 29 to the appropriate location in the new list.
5,10,10,16,19,21,24,25,29,30
Insert 25 to the appropriate location in the new list.