peopleprobs/choose
2024-02-25 16:41:00 -03:00
..
choose_test.go add choose pkg 2024-02-25 16:41:00 -03:00
choose.go add choose pkg 2024-02-25 16:41:00 -03:00
LICENSE add choose pkg 2024-02-25 16:41:00 -03:00
README.md add choose pkg 2024-02-25 16:41:00 -03:00

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