|
e9b8b136b9
|
merge: Implement Shor's factorization algorithm (#1070)
* 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>
|
2022-08-07 12:33:43 +05:30 |
|