JavaScript
JavaScript copied to clipboard
Create Pascal Pattern
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
Add in pattern repo
I would like to work on this. Could you assign this to me ? @akshitagupta15june
@akshitagupta15june may I work on this?
PROCESS OF CONTRIBUTION IN THIS REPOSITORY
FORK THIS REPOSITORY ADD YOUR CODE IN RESPECTIVE FOLDER CREATE A PULL REQUEST AFTER A SIMPLE CHECK I WILL MERGE THE PR
HAPPY CODING AND CONTRIBUTING!!!!