Function strings_shuffle_first2

  • Shuffle list of strings do not allow two strings to repeat which have the same first letter or same last letter

    Params

    strs {array} - array of strings

    Returns

    • new array (immutable), of shuffled strs

    Parameters

    • input_strs: never[] = []

    Returns string[]

Generated using TypeDoc