Skip to content

Changes to Euclidean Algorithm in Java #234

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

Merged
merged 2 commits into from
Jul 15, 2018
Merged

Changes to Euclidean Algorithm in Java #234

merged 2 commits into from
Jul 15, 2018

Conversation

Wesley-Arrington
Copy link
Contributor

@Wesley-Arrington Wesley-Arrington commented Jul 8, 2018

I think that the Euclidean Algorithm should be implemented and run within a single class rather than two. So I modified the implementation of the Euclidean Algorithm in Java to only be one class. I made the following changes:

  • Removed MainClass.java file
  • Added main() function to EuclideanAlgo class
  • Modified euclidean.md to reflect changes

This may just be a personal preference though so I understand if it isn't merged 👍

@Gathros Gathros added the Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.) label Jul 8, 2018
@Butt4cak3
Copy link
Contributor

I agree. These are code examples, not libraries, so it's alright to put everything into one file/class. I'll wait another day or two and then merge it if nobody has a good reason not to.

@Butt4cak3 Butt4cak3 self-assigned this Jul 11, 2018
@Butt4cak3
Copy link
Contributor

Butt4cak3 commented Jul 15, 2018

another day or two

... or four.

@Butt4cak3 Butt4cak3 merged commit 0d89be5 into algorithm-archivists:master Jul 15, 2018
@Wesley-Arrington Wesley-Arrington deleted the javaEuclidean branch July 15, 2018 22:52
@Wesley-Arrington
Copy link
Contributor Author

haha its all good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants