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

Similar Problems from Web Search

Share

11
To sort the list, start from a single element 11.
3,11
Insert 3 to the appropriate location in the new list.
2,3,11
Insert 2 to the appropriate location in the new list.
2,3,11,18
Insert 18 to the appropriate location in the new list.
2,3,11,14,18
Insert 14 to the appropriate location in the new list.
2,3,11,14,14,18
Insert 14 to the appropriate location in the new list.
2,3,9,11,14,14,18
Insert 9 to the appropriate location in the new list.
2,3,5,9,11,14,14,18
Insert 5 to the appropriate location in the new list.
2,3,5,7,9,11,14,14,18
Insert 7 to the appropriate location in the new list.
2,3,5,7,9,11,14,14,17,18
Insert 17 to the appropriate location in the new list.
2,3,3,5,7,9,11,14,14,17,18
Insert 3 to the appropriate location in the new list.
2,3,3,4,5,7,9,11,14,14,17,18
Insert 4 to the appropriate location in the new list.
2,3,3,4,5,7,9,11,14,14,16,17,18
Insert 16 to the appropriate location in the new list.
2,3,3,4,5,7,9,11,14,14,15,16,17,18
Insert 15 to the appropriate location in the new list.
2,3,3,4,5,7,9,11,14,14,15,16,17,18,19
Insert 19 to the appropriate location in the new list.
1,2,3,3,4,5,7,9,11,14,14,15,16,17,18,19
Insert 1 to the appropriate location in the new list.
1,1,2,3,3,4,5,7,9,11,14,14,15,16,17,18,19
Insert 1 to the appropriate location in the new list.
1,1,2,3,3,4,5,7,9,9,11,14,14,15,16,17,18,19
Insert 9 to the appropriate location in the new list.
1,1,2,3,3,4,5,5,7,9,9,11,14,14,15,16,17,18,19
Insert 5 to the appropriate location in the new list.
1,1,2,3,3,4,5,5,7,9,9,11,11,14,14,15,16,17,18,19
Insert 11 to the appropriate location in the new list.
1,1,2,3,3,4,5,5,7,9,9,11,11,13,14,14,15,16,17,18,19
Insert 13 to the appropriate location in the new list.
1,1,2,3,3,3,4,5,5,7,9,9,11,11,13,14,14,15,16,17,18,19
Insert 3 to the appropriate location in the new list.
1,1,1,2,3,3,3,4,5,5,7,9,9,11,11,13,14,14,15,16,17,18,19
Insert 1 to the appropriate location in the new list.
1,1,1,1,2,3,3,3,4,5,5,7,9,9,11,11,13,14,14,15,16,17,18,19
Insert 1 to the appropriate location in the new list.
1,1,1,1,2,3,3,3,4,4,5,5,7,9,9,11,11,13,14,14,15,16,17,18,19
Insert 4 to the appropriate location in the new list.