项目作者: oliverh57

项目描述 :
Pascals triangle binomial expansion
高级语言: C++
项目地址: git://github.com/oliverh57/Binomial-Expansion.git
创建时间: 2017-03-13T20:07:56Z
项目社区:https://github.com/oliverh57/Binomial-Expansion

开源协议:

下载


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.