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

Similar Problems from Web Search

Share

sort(140+30\times 1,2+95\times 1,4\times 0,7+90\times 1,4\times 0,5)
Multiply 1.4 and 100 to get 140.
sort(140+30,2+95\times 1,4\times 0,7+90\times 1,4\times 0,5)
Multiply 30 and 1 to get 30.
sort(170,2+95\times 1,4\times 0,7+90\times 1,4\times 0,5)
Add 140 and 30 to get 170.
sort(170,2+95,4\times 0,7+90\times 1,4\times 0,5)
Multiply 95 and 1 to get 95.
sort(170,97,4\times 0,7+90\times 1,4\times 0,5)
Add 2 and 95 to get 97.
sort(170,97,0,7+90\times 1,4\times 0,5)
Multiply 4 and 0 to get 0.
sort(170,97,0,7+90,4\times 0,5)
Multiply 90 and 1 to get 90.
sort(170,97,0,97,4\times 0,5)
Add 7 and 90 to get 97.
sort(170,97,0,97,0,5)
Multiply 4 and 0 to get 0.
170
To sort the list, start from a single element 170.
97,170
Insert 97 to the appropriate location in the new list.
0,97,170
Insert 0 to the appropriate location in the new list.
0,97,97,170
Insert 97 to the appropriate location in the new list.
0,0,97,97,170
Insert 0 to the appropriate location in the new list.
0,0,5,97,97,170
Insert 5 to the appropriate location in the new list.