Graham Scan
grahamScan.py
which uses a modified
Stack
.
gs.py
(graham scan without using an explicit Stack).
To create the animation below, I ran
gsAnimate.py
and then executed the ImageMagick command...
convert -delay 50 snapshot*.gif animate.gif