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

Similar Problems from Web Search

Share

sort(3^{9},0^{9})
To multiply powers of the same base, add their exponents. Add 2 and 7 to get 9.
sort(19683,0^{9})
Calculate 3 to the power of 9 and get 19683.
sort(19683,0)
Calculate 0 to the power of 9 and get 0.
19683
To sort the list, start from a single element 19683.
0,19683
Insert 0 to the appropriate location in the new list.