MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / n_choose_r

Function n_choose_r

src/math/bell_numbers.rs:6–23  ·  view source on GitHub ↗

Returns the number of ways you can select r items given n options

(n: u32, r: u32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bell_numberFunction · 0.85

Calls 1

zeroFunction · 0.70

Tested by

no test coverage detected