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

Similar Problems from Web Search

Share

sort(53,40+28,40-32)
Add 10 and 43 to get 53.
sort(53,68,40-32)
Add 40 and 28 to get 68.
sort(53,68,8)
Subtract 32 from 40 to get 8.
53
To sort the list, start from a single element 53.
53,68
Insert 68 to the appropriate location in the new list.
8,53,68
Insert 8 to the appropriate location in the new list.