algorithms
algorithms copied to clipboard
Added binomial coefficient calculator in algorithms/maths
Could you add test cases?
Could you add test cases?
They are already there at the end of the .py file.

A different version is already done at maths/combination.py. You can it as another function there. Also, don't perform any interaction (input, print) here, add the tests at tests/.