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

Similar Problems from Web Search

Share

54.1
To sort the list, start from a single element 54.1.
1,54.1
Insert 1 to the appropriate location in the new list.
1,11.7,54.1
Insert 11.7 to the appropriate location in the new list.
1,3.3,11.7,54.1
Insert 3.3 to the appropriate location in the new list.
1,3.3,10.3,11.7,54.1
Insert 10.3 to the appropriate location in the new list.
1,2.2,3.3,10.3,11.7,54.1
Insert 2.2 to the appropriate location in the new list.
1,2,2.2,3.3,10.3,11.7,54.1
Insert 2 to the appropriate location in the new list.
1,2,2.2,3.3,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,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,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,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,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,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,10.3,11.7,11.8,16.2,30.7,52.2,54.1
Insert 0 to the appropriate location in the new list.