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

Similar Problems from Web Search

Share

sort(37,31,36+35,71+35,29+35+34,78+34,6,3,4,48)
Add 5 and 26 to get 31.
sort(37,31,71,71+35,29+35+34,78+34,6,3,4,48)
Add 36 and 35 to get 71.
sort(37,31,71,106,29+35+34,78+34,6,3,4,48)
Add 71 and 35 to get 106.
sort(37,31,71,106,64+34,78+34,6,3,4,48)
Add 29 and 35 to get 64.
sort(37,31,71,106,98,78+34,6,3,4,48)
Add 64 and 34 to get 98.
sort(37,31,71,106,98,112,6,3,4,48)
Add 78 and 34 to get 112.
37
To sort the list, start from a single element 37.
31,37
Insert 31 to the appropriate location in the new list.
31,37,71
Insert 71 to the appropriate location in the new list.
31,37,71,106
Insert 106 to the appropriate location in the new list.
31,37,71,98,106
Insert 98 to the appropriate location in the new list.
31,37,71,98,106,112
Insert 112 to the appropriate location in the new list.
6,31,37,71,98,106,112
Insert 6 to the appropriate location in the new list.
3,6,31,37,71,98,106,112
Insert 3 to the appropriate location in the new list.
3,4,6,31,37,71,98,106,112
Insert 4 to the appropriate location in the new list.
3,4,6,31,37,48,71,98,106,112
Insert 48 to the appropriate location in the new list.