Files
C-Plus-Plus/math/n_bonacci.cpp
Piotr Idzik 33750ec1f8 fix: cover the cases n == 0 and m < n in N_bonacci (#2468)
* fix: make N_bonacci return an array of size m

* tests: simplify test, add new test cases

* style: remove unused include, update include justifications

* fix: cover the case n == 0
2023-05-30 20:48:05 -06:00

3.1 KiB