make-github-pseudonymous-again/js-convex-hull-2d

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

Opened this issue · 1 comments

I have yet to discover if this one (Michael Kallay, 1984) is the same as the online one I already implemented. I didn't find any source for the moment.