ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Pascal Triangle #206

Open ephremdeme opened 3 years ago

ephremdeme commented 3 years ago

Implement pascal triangle in any language inside Algorithms/Pascal folder.

input: rows output: 1 1 1 1 2 1 1 3 3 1

Cybertron-Avneesh commented 3 years ago

@ephremdeme can I work on this?

ephremdeme commented 3 years ago

Yeah sure

Lakshit-Chiranjiv commented 3 years ago

may i work on this using python?

Cybertron-Avneesh commented 3 years ago

may i work on this using python?

i will be doing through python u can try other language

Lakshit-Chiranjiv commented 3 years ago

ok i will do it with java

dinijian commented 3 years ago

I want to contribute. I will do it in C++. Can I do it @ephremdeme?

Are-Jeh commented 3 years ago

I have already sent a pull request for the c++ version . @dinijian

ek08 commented 3 years ago

I did it using Java and my PR is #214

ephremdeme commented 3 years ago

You know it doesn't hurt to star the repo

ek08 commented 3 years ago

You know it doesn't hurt to star the repo

I stared it man

adgai19 commented 3 years ago

can I work on this in lua?

ashwanijha04 commented 3 years ago

Please assign the Python one to me.

leonardoamurca commented 3 years ago

@ephremdeme can I work on this in kotlin?

anuragdevon commented 3 years ago

Implement pascal triangle in any language inside Algorithms/Pascal folder.

input: rows output: 1 1 1 1 2 1 1 3 3 1

Is Golang acceptable?

juanmagutierrez commented 3 years ago

Can i do it in PHP?

anuragdevon commented 3 years ago

Heya!, Just added a PR for pascals triangle in golang, check it our once :)

anuragdevon commented 3 years ago

Implement pascal triangle in any language inside Algorithms/Pascal folder.

input: rows output: 1 1 1 1 2 1 1 3 3 1

@ephremdeme Is it possible for you to add "hacktoberfest" label to repo, it would be really helpful though 👍🏼

aryanayush012 commented 1 year ago

i can solve this efficiently in C++,please assign it to me. @leonardoamurca