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

Similar Problems from Web Search

Share

sort(15,50,0,1200,0\times 4,350,0\times 4)
Multiply 0 and 4 to get 0.
sort(15,50,0,1200,0,350,0\times 4)
Multiply 0 and 4 to get 0.
sort(15,50,0,1200,0,350,0)
Multiply 0 and 4 to get 0.
15
To sort the list, start from a single element 15.
15,50
Insert 50 to the appropriate location in the new list.
0,15,50
Insert 0 to the appropriate location in the new list.
0,15,50,1200
Insert 1200 to the appropriate location in the new list.
0,0,15,50,1200
Insert 0 to the appropriate location in the new list.
0,0,15,50,350,1200
Insert 350 to the appropriate location in the new list.
0,0,0,15,50,350,1200
Insert 0 to the appropriate location in the new list.