-
Notifications
You must be signed in to change notification settings - Fork 145
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
Comments
@ephremdeme can I work on this? |
Yeah sure |
may i work on this using python? |
i will be doing through python |
ok i will do it with java |
I want to contribute. I will do it in C++. Can I do it @ephremdeme? |
I have already sent a pull request for the c++ version . @dinijian |
I did it using Java and my PR is #214 |
You know it doesn't hurt to star the repo |
I stared it man |
can I work on this in lua? |
Please assign the Python one to me. |
@ephremdeme can I work on this in kotlin? |
Is Golang acceptable? |
Can i do it in PHP? |
Heya!, Just added a PR for pascals triangle in golang, check it our once :) |
@ephremdeme |
i can solve this efficiently in C++,please assign it to me. @leonardoamurca |
Implement pascal triangle in any language inside Algorithms/Pascal folder.
input: rows
output: 1
1 1
1 2 1
1 3 3 1
The text was updated successfully, but these errors were encountered: