Update math/sum_of_binomial_coefficient.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
muskan0719
2020-10-21 22:17:47 +05:30
committed by GitHub
parent 14c1a7faa1
commit c96252c46b

View File

@@ -7,8 +7,9 @@
* @source https://en.wikipedia.org/wiki/Binomial_coefficient#Sums_of_the_binomial_coefficients
* @author muskan0719 [https://github.com/muskan0719]
*/
#include<iostream> /// for std::cin and std::cout
#include<cassert> /// for assert
#include <iostream> /// for std::cin and std::cout
#include <cassert> /// for assert
/**
* Function to calculate sum of binomial coefficients