algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Added binomial coefficient calculator in algorithms/maths

Open DarkMoron opened this issue 5 years ago • 3 comments

DarkMoron avatar Oct 01 '20 09:10 DarkMoron

Could you add test cases?

ericklarac avatar Oct 01 '20 14:10 ericklarac

Could you add test cases?

They are already there at the end of the .py file. image

DarkMoron avatar Oct 01 '20 14:10 DarkMoron

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/.

goswami-rahul avatar Oct 02 '20 12:10 goswami-rahul