-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Implement the melkman anlgorithm for computing convex hulls #2916
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
Travis tests have failedHey @SimonLammer, TravisBuddy Request Identifier: e8ee7930-0992-11eb-b9d6-41d4da7e5060 |
c9371a0
to
bc2efde
Compare
Travis tests have failedHey @SimonLammer, TravisBuddy Request Identifier: 664c6120-0999-11eb-b9d6-41d4da7e5060 |
bc2efde
to
7162412
Compare
Travis tests have failedHey @SimonLammer, TravisBuddy Request Identifier: d36267a0-0999-11eb-b9d6-41d4da7e5060 |
7162412
to
db5b1fa
Compare
@poyea Is there anything else I should to revise? |
@poyea ? |
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.
Thank you for your pull request!🤩
@SimonLammer Add a |
…ithms#2916) * Implement the melkman anlgorithm for computing convex hulls * Link melkman algorithm description * Format melkman algorithm code * Add type hints to functions * Fix build errors
…ithms#2916) * Implement the melkman anlgorithm for computing convex hulls * Link melkman algorithm description * Format melkman algorithm code * Add type hints to functions * Fix build errors
…ithms#2916) * Implement the melkman anlgorithm for computing convex hulls * Link melkman algorithm description * Format melkman algorithm code * Add type hints to functions * Fix build errors
…ithms#2916) * Implement the melkman anlgorithm for computing convex hulls * Link melkman algorithm description * Format melkman algorithm code * Add type hints to functions * Fix build errors
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.Since the file didn't contain type hints at all, I didn't add them for this algorithm.Is this file the correct place for the algorithm? It is not a divide and conquer algorithm, but it is a convex_hull algorithm.