Convex Hull implementation in golang 😺
Not much too it really.
Install dep
brew install dep
Install dependencies
dep ensure
Run the tests:
go test ./...
go run main.go
You should see a load of pngs
in results/
. They should look a little like this:
The example is generating two sets of random points. The first is in a circular distribution and the second is a small set of noise. Thus, giving the effect above 👍