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

Add find order #605

Merged
merged 18 commits into from
Dec 9, 2019
Merged

Add find order #605

merged 18 commits into from
Dec 9, 2019

Conversation

D-Sinus
Copy link
Contributor

@D-Sinus D-Sinus commented Dec 5, 2019

(Put an X inside the [ ] to denote check mark [X].)

  • If creating a new file :

    • added links to it in the README files ?
    • included tests with it ?
    • added description (overview of algorithm, time and space complexity, and possible edge case) in docstrings ?
  • if done some changes :

    • wrote short description in the PR explaining what the changes do ?
    • Fixes #[issue number] if related to any issue
  • other

@D-Sinus
Copy link
Contributor Author

D-Sinus commented Dec 5, 2019

I implemented algorithm that finds multiplicative order for given numbers.
If there's any problems in my code, please let me know.
Thanks.

Ps. Cuz I'm not familiar with unittest, I've done some unnecessary commits. Sorry for that.

- [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 ?
Copy link
Owner

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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

@keon keon merged commit 55877e7 into keon:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants