Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pascal Triangle #206

Open
ephremdeme opened this issue Oct 2, 2020 · 18 comments
Open

Pascal Triangle #206

ephremdeme opened this issue Oct 2, 2020 · 18 comments
Labels
C++ C++ implmentation C# C# implementation good first issue Good for newcomers Hacktoberfest hacktoberfest2020 hacktoberfest2020 for 2020 Java java implementation Javascript JavaScript implementation moderate moderate level difficulty Python python implementation

Comments

@ephremdeme
Copy link
Owner

ephremdeme commented Oct 2, 2020

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

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

@ephremdeme ephremdeme added good first issue Good for newcomers Hacktoberfest Javascript JavaScript implementation Python python implementation C++ C++ implmentation hacktoberfest2020 hacktoberfest2020 for 2020 moderate moderate level difficulty Java java implementation C# C# implementation labels Oct 2, 2020
@Cybertron-Avneesh
Copy link
Contributor

@ephremdeme can I work on this?

@ephremdeme
Copy link
Owner Author

Yeah sure

@Lakshit-Chiranjiv
Copy link
Contributor

may i work on this using python?

@Cybertron-Avneesh
Copy link
Contributor

may i work on this using python?

i will be doing through python
u can try other language

@Lakshit-Chiranjiv
Copy link
Contributor

ok i will do it with java

@dinijian
Copy link

dinijian commented Oct 2, 2020

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

@Are-Jeh
Copy link

Are-Jeh commented Oct 2, 2020

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

@ek08
Copy link
Contributor

ek08 commented Oct 2, 2020

I did it using Java and my PR is #214

@ephremdeme
Copy link
Owner Author

You know it doesn't hurt to star the repo

@ek08
Copy link
Contributor

ek08 commented Oct 2, 2020

You know it doesn't hurt to star the repo

I stared it man

@adgai19
Copy link
Contributor

adgai19 commented Oct 2, 2020

can I work on this in lua?

@ashwanijha04
Copy link

Please assign the Python one to me.

@leonardoamurca
Copy link

@ephremdeme can I work on this in kotlin?

@anuragdevon
Copy link
Contributor

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
Copy link
Contributor

Can i do it in PHP?

@anuragdevon
Copy link
Contributor

anuragdevon commented Oct 4, 2020

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

@anuragdevon
Copy link
Contributor

anuragdevon commented Oct 4, 2020

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
Copy link

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

Repository owner deleted a comment Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ C++ implmentation C# C# implementation good first issue Good for newcomers Hacktoberfest hacktoberfest2020 hacktoberfest2020 for 2020 Java java implementation Javascript JavaScript implementation moderate moderate level difficulty Python python implementation
Projects
None yet
Development

No branches or pull requests