.. | ||
choose_test.go | ||
choose.go | ||
LICENSE | ||
README.md |
N choose K for Go/Golang
package choose implements the N choose K formula, or the binomial coefficient formula. See https://en.wikipedia.org/wiki/Binomial_coefficient for more.
Installation
go get github.com/cannona/choose