data-structure-and-algorithms icon indicating copy to clipboard operation
data-structure-and-algorithms copied to clipboard

Pascal Triangle

Open ephremdeme opened this issue 5 years ago • 18 comments

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

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

ephremdeme avatar Oct 02 '20 14:10 ephremdeme

@ephremdeme can I work on this?

Cybertron-Avneesh avatar Oct 02 '20 14:10 Cybertron-Avneesh

Yeah sure

ephremdeme avatar Oct 02 '20 15:10 ephremdeme

may i work on this using python?

Lakshit-Chiranjiv avatar Oct 02 '20 15:10 Lakshit-Chiranjiv

may i work on this using python?

i will be doing through python u can try other language

Cybertron-Avneesh avatar Oct 02 '20 15:10 Cybertron-Avneesh

ok i will do it with java

Lakshit-Chiranjiv avatar Oct 02 '20 15:10 Lakshit-Chiranjiv

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

dinijian avatar Oct 02 '20 15:10 dinijian

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

Are-Jeh avatar Oct 02 '20 15:10 Are-Jeh

I did it using Java and my PR is #214

ek08 avatar Oct 02 '20 15:10 ek08

You know it doesn't hurt to star the repo

ephremdeme avatar Oct 02 '20 15:10 ephremdeme

You know it doesn't hurt to star the repo

I stared it man

ek08 avatar Oct 02 '20 15:10 ek08

can I work on this in lua?

adgai19 avatar Oct 02 '20 17:10 adgai19

Please assign the Python one to me.

ashwanijha04 avatar Oct 02 '20 19:10 ashwanijha04

@ephremdeme can I work on this in kotlin?

leonardoamurca avatar Oct 02 '20 21:10 leonardoamurca

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?

anuragdevon avatar Oct 03 '20 14:10 anuragdevon

Can i do it in PHP?

juanmagutierrez avatar Oct 04 '20 01:10 juanmagutierrez

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

anuragdevon avatar Oct 04 '20 05:10 anuragdevon

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 👍🏼

anuragdevon avatar Oct 04 '20 06:10 anuragdevon

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

aryanayush012 avatar Oct 04 '22 20:10 aryanayush012