Comment on Building a string art machineparentComments−femto2yIt 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/StringArtGeneratorhttps://github.com/kaspar98/StringArt−smokel2yApparently an eager algorithm seems to come up with decent results. Now how to prove that it is (not) optimal?
Comments
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
Apparently an eager algorithm seems to come up with decent results. Now how to prove that it is (not) optimal?