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

Similar Problems from Web Search

Share

2
To sort the list, start from a single element 2.
2,50
Insert 50 to the appropriate location in the new list.
2,2,50
Insert 2 to the appropriate location in the new list.
2,2,50,50
Insert 50 to the appropriate location in the new list.
2,2,2.5,50,50
Insert 2.5 to the appropriate location in the new list.
2,2,2.5,50,50,250
Insert 250 to the appropriate location in the new list.
2,2,2,2.5,50,50,250
Insert 2 to the appropriate location in the new list.
2,2,2,2.5,50,50,50,250
Insert 50 to the appropriate location in the new list.
2,2,2,2,2.5,50,50,50,250
Insert 2 to the appropriate location in the new list.
2,2,2,2,2.5,50,50,50,50,250
Insert 50 to the appropriate location in the new list.