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

Similar Problems from Web Search

Share

sort(75+10+20+25,20+10+10)
Add 25 and 50 to get 75.
sort(85+20+25,20+10+10)
Add 75 and 10 to get 85.
sort(105+25,20+10+10)
Add 85 and 20 to get 105.
sort(130,20+10+10)
Add 105 and 25 to get 130.
sort(130,30+10)
Add 20 and 10 to get 30.
sort(130,40)
Add 30 and 10 to get 40.
130
To sort the list, start from a single element 130.
40,130
Insert 40 to the appropriate location in the new list.