-
-
Notifications
You must be signed in to change notification settings - Fork 47k
Implemented a Pascal triangle generator #7317
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
Implemented a Pascal triangle generator #7317
Conversation
Removed personal info Co-authored-by: Paul <56065602+ZeroDayOwl@users.noreply.github.com>
Expanded the description of the algorithm
for more information, see https://pre-commit.ci
…az/Python into pascal-triangle-branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make a seperate pull request for your CONTRIBUTING.md
changes. Only create an algorithm in your pull request
Kindly note that I reversed the changes to "CONTRIBUTING.md". |
Describe your change:
Added a Pascal triangle implementation in the "other" folder. Note that I incorporated the changes that were requested by the reviewer to my previous PR.
Checklist:
Fixes: #{$ISSUE_NO}
.