All sorting algorithms are all O(n^3) or less worst case (except Stupid Sort, which is O(n!) or infinity, therefore making it stupid).
O(2^n) algorithms are ridiculously expensive, and I can't think of one off the top of my head (I had to
look it up).