An open API service for providing issue and pull request metadata for open source projects.

GitHub / make-github-pseudonymous-again/js-convex-hull-2d issues and pull requests

Labelled with: convex hull

#7 - Chan's Algorithm

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#6 - compute convex hull using Chan's algorithm O(n log h)

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#5 - compute convex hull using the Kirkpatrick-Seidel algorithm O(n log h)

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#4 - compute convex hull using the incremental algorithm O(n log n)

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#3 - compute convex hull using the online algorithm O(log n) per additional vertex

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#2 - compute convex hull using the dynamic algorithm O(log² n) per added or removed vertex

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement

#1 - implement Akl-Toussaint heuristic for convex hulls

Issue - State: open - Opened by make-github-pseudonymous-again about 10 years ago - 1 comment
Labels: convex hull, implement