Hacker News new | ask | show | jobs
by femto 997 days ago
It seems to be a popular programming challenge, generating an arbitrary image using a circle of nails and a continuous length of string:

https://github.com/halfmonty/StringArtGenerator

https://github.com/kaspar98/StringArt

1 comments

Apparently an eager algorithm seems to come up with decent results. Now how to prove that it is (not) optimal?