Skip to content

Thomas algorithm in java #285

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 4 commits into from
Aug 6, 2018
Merged

Thomas algorithm in java #285

merged 4 commits into from
Aug 6, 2018

Conversation

sklan
Copy link
Contributor

@sklan sklan commented Jul 21, 2018

No description provided.

@Gathros Gathros added the Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) label Jul 21, 2018
@@ -44,6 +44,9 @@ $$
[import, lang:"c_cpp"](code/c/thomas.c)
{% sample lang="py" %}
[import, lang:"python"](code/python/thomas.py)
{% sample lang="java" %}
[import, lang:"java"](code/java/thomas.java)

Copy link
Member

@june128 june128 Jul 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone, who can review Java, will look at the actual code in the following hours/days.
I just noticed this extra redundant line tho.

@june128
Copy link
Member

june128 commented Jul 21, 2018

Perfect, now we just have to wait for the actual review :)

PudottaPommin
PudottaPommin previously approved these changes Aug 6, 2018
Copy link
Member

@PudottaPommin PudottaPommin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems pretty straightforward like example in C.
I have no objections, nice work :)
ping @leios

leios
leios previously approved these changes Aug 6, 2018
Copy link
Member

@leios leios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!

@leios leios dismissed stale reviews from PudottaPommin and themself via 434f6e9 August 6, 2018 08:46
@leios leios merged commit b5be893 into algorithm-archivists:master Aug 6, 2018
@leios
Copy link
Member

leios commented Aug 6, 2018

Thanks @MichalHanajik for the review!

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

Successfully merging this pull request may close these issues.

5 participants