Skip to content

add the graham scan in go #402

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 5 commits into from
Oct 10, 2018
Merged

Conversation

Liikt
Copy link

@Liikt Liikt commented Oct 1, 2018

compiled with go version go1.11 linux/amd64 and has no errors

@leios leios added the Hacktoberfest The label for all Hacktoberfest related things! label Oct 1, 2018
@june128 june128 added the Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) label Oct 1, 2018
@leios
Copy link
Member

leios commented Oct 2, 2018

Hey @Liikt We are currently waiting on a review for golang. I don't know if we have too much expertise in the language. If no one steps up, I'll do the review, but I might ask dumb questions because I don't know the best practices in golang.

Just letting you know what's happening with this PR and #403, #404, #405, #406

@Liikt
Copy link
Author

Liikt commented Oct 3, 2018

Sure thing. I'd be happy to answer any questions.

Copy link
Contributor

@zsparal zsparal left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks for the contribution

Copy link
Contributor

@zsparal zsparal left a comment

Choose a reason for hiding this comment

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

There's a bunch of leftover conflict markers

@@ -22,8 +22,14 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
[import:36-38, lang:"javascript"](code/javascript/graham-scan.js)
{% sample lang="py" %}
[import:4-6, lang:"python"](code/python/grahamScan.py)
{% sample lang="go" %}
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't look right

Copy link
Author

Choose a reason for hiding this comment

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

ohh woops :D i'll remove them XD

@zsparal zsparal merged commit 473c48a into algorithm-archivists:master Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest The label for all Hacktoberfest related things! 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.

4 participants