@corefunc/corefunc
    Preparing search index...

    Function arraySortSelection

    • Parameters

      • array: number[]

        Array of numbers to sort.

      Returns number[]

      The sorted array.

      arraySortSelection

      Sort an array of numbers using the selection sort algorithm (in place).