mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 05:42:03 +08:00
Update math/sum_of_binomial_coefficient.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user