项目作者: oliverh57
项目描述 :
Pascals triangle binomial expansion
高级语言: C++
项目地址: git://github.com/oliverh57/Binomial-Expansion.git
PascalsTriangle
Pascals triangle for binomial expansion
What is this code for?
This code exppands biomiials.
a binomial is an expression writen in the form (a+b)^n
It uses a pattern to make this computationally easy to solve.