Oracle Interview Question

How to sort a list with a uncertain size ?

Interview Answer

Anonymous

Oct 4, 2015

Gave answer with extendable array and then sorting it. I should have told heap sort is a better option .