Comment on Building a string art machineComments−Lucent2yKind of the opposite algorithm behind CT/MRI, if every string required nails at the edge.−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
Kind of the opposite algorithm behind CT/MRI, if every string required nails at the edge.
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?