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

Similar Problems from Web Search

Share

sort(-24,4,8+97+15,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 2 and 2 to get 4.
sort(-24,4,105+15,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 8 and 97 to get 105.
sort(-24,4,120,2+18,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 105 and 15 to get 120.
sort(-24,4,120,20,4+1,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 2 and 18 to get 20.
sort(-24,4,120,20,5,9,7+1,9,1+15,3+9,4+3,6+0,1)
Add 4 and 1 to get 5.
sort(-24,4,120,20,5,9,8,9,1+15,3+9,4+3,6+0,1)
Add 7 and 1 to get 8.
sort(-24,4,120,20,5,9,8,9,16,3+9,4+3,6+0,1)
Add 1 and 15 to get 16.
sort(-24,4,120,20,5,9,8,9,16,12,4+3,6+0,1)
Add 3 and 9 to get 12.
sort(-24,4,120,20,5,9,8,9,16,12,7,6+0,1)
Add 4 and 3 to get 7.
sort(-24,4,120,20,5,9,8,9,16,12,7,6,1)
Add 6 and 0 to get 6.
-24
To sort the list, start from a single element -24.
-24,4
Insert 4 to the appropriate location in the new list.
-24,4,120
Insert 120 to the appropriate location in the new list.
-24,4,20,120
Insert 20 to the appropriate location in the new list.
-24,4,5,20,120
Insert 5 to the appropriate location in the new list.
-24,4,5,9,20,120
Insert 9 to the appropriate location in the new list.
-24,4,5,8,9,20,120
Insert 8 to the appropriate location in the new list.
-24,4,5,8,9,9,20,120
Insert 9 to the appropriate location in the new list.
-24,4,5,8,9,9,16,20,120
Insert 16 to the appropriate location in the new list.
-24,4,5,8,9,9,12,16,20,120
Insert 12 to the appropriate location in the new list.
-24,4,5,7,8,9,9,12,16,20,120
Insert 7 to the appropriate location in the new list.
-24,4,5,6,7,8,9,9,12,16,20,120
Insert 6 to the appropriate location in the new list.
-24,1,4,5,6,7,8,9,9,12,16,20,120
Insert 1 to the appropriate location in the new list.