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

Similar Problems from Web Search

Share

3
To sort the list, start from a single element 3.
3,4
Insert 4 to the appropriate location in the new list.
3,4,7
Insert 7 to the appropriate location in the new list.
2,3,4,7
Insert 2 to the appropriate location in the new list.
2,3,4,7,7
Insert 7 to the appropriate location in the new list.
2,3,4,6,7,7
Insert 6 to the appropriate location in the new list.
2,3,4,6,7,7,7
Insert 7 to the appropriate location in the new list.
2,3,4,6,7,7,7,9
Insert 9 to the appropriate location in the new list.