HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Pascal's Triangle (using DP) #148

Open surjyaneeh opened 2 years ago

surjyaneeh commented 2 years ago

Description

Given an integer numRows, return the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers directly above it

Programming language

Are you contributing under any open-source program ?

HSOC'22