functional

functional

Not enough ratings
CHOOSE
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
540.000 B
31 Aug, 2021 @ 1:33pm
1 Change Note ( view )

Subscribe to download
CHOOSE

Description
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.