functional

functional

Otillräckligt med betyg
CHOOSE
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
540.000 B
31 aug, 2021 @ 13:33
1 ändringsnotis ( visa )

Abonnera för att ladda ner
CHOOSE

Beskrivning
Write a function CHOOSE that takes two numerals N and K
and reduces to "N choose K", that is, the number of ways to
choose a subset of K elements from a fixed set of N elements.
It is guaranteed that K is less than or equal to N.