You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NunoSempere 332d5949c8
add choose pkg
2 months ago
..
LICENSE add choose pkg 2 months ago
README.md add choose pkg 2 months ago
choose.go add choose pkg 2 months ago
choose_test.go add choose pkg 2 months ago

README.md

N choose K for Go/Golang

Go Report Card Go Doc Release

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