Quantcast
Channel: Binomial coefficient - Code Review Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by vnp for Binomial coefficient

An exception message should tell some details of the overflow (at least values of n and k)The function begs to be templated.The rest is not a review, but rather a long comment.I don't think the...

View Article



Answer by Jamal for Binomial coefficient

Mostly minor things, but could still be helpful:Functions should generally be named in a verb form, so rename the function to something like calculate_binomial_coefficient().This is a little hard to...

View Article

Binomial coefficient

I wrote a C++ function to calculate the binomial coefficient, trying to avoid overflows as much as possible./*! * @brief Calculates the binomial coefficient indexed by n and k * * This implementation...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images