Function quickSortStr

  • Sorts an array of strings using the quick sort algorithm.

    Parameters

    • array: string[]

      The array to be sorted.

    Returns string[]

    The sorted array.