Hacker News new | ask | show | jobs
by megaman22 2922 days ago
When I did it, I basically had to break down to the point of making a WinForms app that I could step through the algorithm iteration by iteration, drawing out the beach-line and and all the circles and edges as it progressed; I had to have that visualization to see that it was correct.
1 comments

This sounds like a good way for me to understand it. I'll have to try this. Thanks!