Class QuickSort

    • Constructor Detail

      • QuickSort

        public QuickSort()
    • Method Detail

      • getMaxDepth

        protected static int getMaxDepth​(int x)
        Deepest recursion before giving up and doing a heapsort. Returns 2 * ceil(log(n)).