Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maurolacy/grahamscan

Implementation of the Graham scan algorithm in Python
https://github.com/maurolacy/grahamscan

Last synced: about 2 months ago
JSON representation

Implementation of the Graham scan algorithm in Python

Awesome Lists containing this project

README

        

# GrahamScan
Implementation of the Graham scan algorithm in Python.

Python version of the Graham scan algorithm for computing the convex hull.

Based on Robert Sedgewick and Kevin Wayne's Java version. See Algorithms, 4th edition (http://algs4.cs.princeton.edu/) for more information.