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

Similar Problems from Web Search

Share

sort(7,100000,3,10^{7})
Calculate 10 to the power of 5 and get 100000.
sort(7,100000,3,10000000)
Calculate 10 to the power of 7 and get 10000000.
7
To sort the list, start from a single element 7.
7,100000
Insert 100000 to the appropriate location in the new list.
3,7,100000
Insert 3 to the appropriate location in the new list.
3,7,100000,10000000
Insert 10000000 to the appropriate location in the new list.