Skip to content

Conversation

@appgurueu
Copy link
Collaborator

Implement the actual Euclidean Algorithm

Implement the actual Euclidean Algorithm
@appgurueu appgurueu requested a review from raklaptudirm as a code owner July 27, 2022 12:57
@appgurueu appgurueu added algorithm Adds or improves an algorithm fix Fixes a bug labels Jul 27, 2022
@raklaptudirm
Copy link
Member

@appgurueu You forgot to style the code.

@lgtm-com
Copy link

lgtm-com bot commented Jul 27, 2022

This pull request introduces 4 alerts when merging 48021e1 into 7d40bb4 - view on LGTM.com

new alerts:

  • 3 for Expression has no effect
  • 1 for Self assignment
@appgurueu
Copy link
Collaborator Author

The triple equals is actually unnecessary due to the type check above...

@lgtm-com
Copy link

lgtm-com bot commented Jul 27, 2022

This pull request introduces 4 alerts when merging 5d5e4e8 into 7d40bb4 - view on LGTM.com

new alerts:

  • 3 for Expression has no effect
  • 1 for Self assignment
@raklaptudirm raklaptudirm merged commit 1a089cc into master Jul 27, 2022
@raklaptudirm raklaptudirm deleted the appgurueu-patch-1 branch July 27, 2022 13:13
raklaptudirm added a commit that referenced this pull request Jul 27, 2022
* Fix GetEuclidGCD Implement the actual Euclidean Algorithm * Replace == with === * Lua > JS * Standard sucks * Oops * Update GetEuclidGCD.js * Updated Documentation in README.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
raklaptudirm added a commit that referenced this pull request Aug 7, 2022
* Updated Documentation in README.md * merge: Fix GetEuclidGCD (#1068) (#1069) * Fix GetEuclidGCD Implement the actual Euclidean Algorithm * Replace == with === * Lua > JS * Standard sucks * Oops * Update GetEuclidGCD.js * Updated Documentation in README.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> * feat: implement Shor's Algorithm * chore: add tests * Updated Documentation in README.md * chore: fix spelling Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

algorithm Adds or improves an algorithm fix Fixes a bug

3 participants