pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Implement pascal triangle in c++ #314

Closed omarahmed1111 closed 3 years ago

omarahmed1111 commented 3 years ago

Description

Implemention of pascal's triangle in c++. Pascal's triangle is a triangle in which each number in the row is the sum of the left number and right number on the above row. if a number is missing in the above row, it is assumed to be 0. the first row starts with number 1.

Reference Issue number #276

Type of change

Checklist: