opusonesolutions / asciigraf

A python library for making ascii-art into network graphs.
MIT License
36 stars 6 forks source link

Reimplement edge mapping algorithm #43

Closed AnjoMan closed 6 years ago

AnjoMan commented 6 years ago

Outline of the strategy:

  1. For each edge character in the string, map the character to positions of neighbouring edge characters or nodes.
  2. Pick a character on an edge and walk to its neigbour, building up a list of adjacent edge characters.
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2e68af7c598ad417e2f073b003eb35a0739cdf8a on reimplement-edge-mapping-algorithm into 8d1325f18d82c6ea19b6863057ee8c9a19c4d9be on master.