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

Similar Problems from Web Search

Share

sort(0,0,2+0,6,20,41+0,1)
Multiply 36 and 0 to get 0.
sort(0,0,2,6,20,41+0,1)
Add 2 and 0 to get 2.
sort(0,0,2,6,20,41,1)
Add 41 and 0 to get 41.
0
To sort the list, start from a single element 0.
0,0
Insert 0 to the appropriate location in the new list.
0,0,2
Insert 2 to the appropriate location in the new list.
0,0,2,6
Insert 6 to the appropriate location in the new list.
0,0,2,6,20
Insert 20 to the appropriate location in the new list.
0,0,2,6,20,41
Insert 41 to the appropriate location in the new list.
0,0,1,2,6,20,41
Insert 1 to the appropriate location in the new list.