-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Add find order #605
Add find order #605
Conversation
I implemented algorithm that finds multiplicative order for given numbers. Ps. Cuz I'm not familiar with unittest, I've done some unnecessary commits. Sorry for that. |
PULL_REQUEST_TEMPLATE.md
Outdated
- [X] **If creating a new file :** | ||
- [X] added links to it in the README files ? | ||
- [X] included tests with it ? | ||
- [X] added description (overview of algorithm, time and space complexity, and possible edge case) in docstrings ? |
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.
no need to edit template
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.
Hello.
First, thanks for your feedback.
I have question about 'edit template', did you mean that I have to erase that X mark
and leave PULL_REQUEST_TEMPLATE.md as same as original file?
I can reply in 3 mintues. Thanks.
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.
[Edit] Revert PULL_REQUEST_TEMPLATE.md
(Put an
X
inside the[ ]
to denote check mark[X]
.)If creating a new file :
if done some changes :
other