akshitagit / akshitagit/JavaScript

Create Pascal Pattern

Open
#6 4 comments 0 reactions 0 assignees View on GitHub
Hacktoberfest moderate
Dominant language
JavaScript
Stars
90
Forks
106
PR merge metrics
No merged PRs in 30d

Description

Given an integer N, print Pascal Triangle upto N rows.
Input Format

Single integer N.
Constraints

N <= 10
Output Format

Print pascal triangle.
Sample Input

4

Sample Output

1
1 1
1 2 1
1 3 3 1

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.