Generating a space filling curve in Python
Notice: Undefined index: replace_iframe_tags in /home/trhdatac/public_html/wp/wp-content/plugins/advanced-iframe/advanced-iframe.php on line 1107
As mentioned in a previous post, I had taken an interest in space filling curves as a method for approaching the traveling salesman problem. Bartholdi (link) presented an algorithm (p. 20) for generating such curves written in Modula-2. In this …