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

Similar Problems from Web Search

Share

sort(22,1+3+1)
Add 2 and 20 to get 22.
sort(22,4+1)
Add 1 and 3 to get 4.
sort(22,5)
Add 4 and 1 to get 5.
22
To sort the list, start from a single element 22.
5,22
Insert 5 to the appropriate location in the new list.