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

Similar Problems from Web Search

Share

8.1
To sort the list, start from a single element 8.1.
8.1,54.1
Insert 54.1 to the appropriate location in the new list.
1,8.1,54.1
Insert 1 to the appropriate location in the new list.
1,8.1,11.7,54.1
Insert 11.7 to the appropriate location in the new list.
1,3.3,8.1,11.7,54.1
Insert 3.3 to the appropriate location in the new list.
1,3.3,8.1,10.3,11.7,54.1
Insert 10.3 to the appropriate location in the new list.
1,2.2,3.3,8.1,10.3,11.7,54.1
Insert 2.2 to the appropriate location in the new list.
1,2,2.2,3.3,8.1,10.3,11.7,54.1
Insert 2 to the appropriate location in the new list.
1,2,2.2,3.3,8.1,10.3,11.7,30.7,54.1
Insert 30.7 to the appropriate location in the new list.
1,2,2.2,3.3,8.1,10.3,11.7,30.7,52.2,54.1
Insert 52.2 to the appropriate location in the new list.
1,2,2.2,3.3,8.1,10.3,11.7,16.2,30.7,52.2,54.1
Insert 16.2 to the appropriate location in the new list.
1,2,2.2,3.3,8.1,10.3,11.7,11.8,16.2,30.7,52.2,54.1
Insert 11.8 to the appropriate location in the new list.
1,2,2.2,3.3,3.8,8.1,10.3,11.7,11.8,16.2,30.7,52.2,54.1
Insert 3.8 to the appropriate location in the new list.
0.5,1,2,2.2,3.3,3.8,8.1,10.3,11.7,11.8,16.2,30.7,52.2,54.1
Insert 0.5 to the appropriate location in the new list.
0,0.5,1,2,2.2,3.3,3.8,8.1,10.3,11.7,11.8,16.2,30.7,52.2,54.1
Insert 0 to the appropriate location in the new list.