AlgoMaster Logo

Pascal's Triangle

numRows=5
0 / 32
numRows = 501234each number is the sum of the two numbers directly above it
algomaster.io
Step:Each number is the sum of the two numbers directly above it