Implementation of Graham Scan in GO with visualization
- Use mouse to add points on the screen. The hull is computed everytime a point is added.
- Press 'C' to clear the points.
Build and Run
git clone https://github.com/hemantasapkota/go-convexhull
cd go-convexhull && go build && ./go-convexhull