Skip to content

Fix GetEuclidGCD - #1068

Merged
raklaptudirm merged 7 commits into
masterfrom
appgurueu-patch-1
Jul 27, 2022
Merged

Fix GetEuclidGCD#1068
raklaptudirm merged 7 commits into
masterfrom
appgurueu-patch-1

Conversation

@appgurueu

Copy link
Copy Markdown
Collaborator

Implement the actual Euclidean Algorithm

Implement the actual Euclidean Algorithm
@appgurueuappgurueu added algorithm Adds or improves an algorithm fix Fixes a bug labels Jul 27, 2022
@raklaptudirm

Copy link
Copy Markdown
Member

@appgurueu You forgot to style the code.

@lgtm-com

lgtm-comBot commented Jul 27, 2022

Copy link
Copy Markdown

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
Copy Markdown
CollaboratorAuthor

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

@lgtm-com

lgtm-comBot commented Jul 27, 2022

Copy link
Copy Markdown

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

Comment threadMaths/GetEuclidGCD.js
@raklaptudirm
raklaptudirm merged commit 1a089cc into masterJul 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

algorithmAdds or improves an algorithmfixFixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@appgurueu@raklaptudirm