pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Pascal's triangle #276

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Each number in the row is the sum of the left number and right number on the above row. if a number is missing in the above row, it is assumed to be 0. the first row starts with number 1. Given number of rows print a valid triangle.

Example

Input: 5 Output: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

Contributors are supposed to mention their coding language while asking for assignment

ddaniss commented 3 years ago

Can I get this one? (Javascript)

omarahmed1111 commented 3 years ago

Can you assign me this ? (c++)

NandiniMundra-8 commented 3 years ago

hey @pratik-choudhari ,can you assign this to me ,I would be performing it in c language?

alvinuday commented 3 years ago

Hi , i am interested in coding a solution for this problem in python , can you please assign this to me

pratik-choudhari commented 3 years ago

@NandiniMundra-8 It has been assigned to @omarahmed1111 based on FCFS.

subhadeep1912 commented 3 years ago

Hey @pratik-choudhari i can try this in C#, Can you assign me? Thank you

pratik-choudhari commented 3 years ago

@subhadeep1912 You cant PR for this issue. You have already made 2 contributions.

subhadeep1912 commented 3 years ago

@pratik-choudhari I cant make more than 2 contributions?

pratik-choudhari commented 3 years ago

@subhadeep1912 Yep, read code of conduct.