-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Conversation
@@ -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) | |||
|
There was a problem hiding this comment.
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.
Perfect, now we just have to wait for the actual review :) |
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!
Thanks @MichalHanajik for the review! |
No description provided.