Skip to main content

BackgroundSelectionSort

Callable

  • BackgroundSelectionSort(a: string, b: string): number

  • Comapres two backgrounds by their description


    Parameters

    • a: string

      The name of the first background

    • b: string

      The name of the second background

    Returns number

    • Returns -1 if the description of object a is less then that of b, 1 otherwise