Wizard-Of-Docs icon indicating copy to clipboard operation
Wizard-Of-Docs copied to clipboard

Pascal's Triangle (using DP)

Open surjyaneeh opened this issue 1 year ago • 0 comments

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

  • [x] C++
  • [x] Python

Are you contributing under any open-source program ?

HSOC'22

surjyaneeh avatar Jul 25 '22 14:07 surjyaneeh