Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.01 KB

asciiart.md

File metadata and controls

67 lines (56 loc) · 2.01 KB

Ascii-art

For the faint of heart only. ;-)

Mind You: GraphViz is better suited to visualize a digraph.

----------------------------------------------------

--+     +---------------+     +---------------+
  |     |               |     |               |
  |     |               |     |               |
 ->----->--           -->----->--           -->---->
  |     |               |     |               |
  |     |               |     |               |
--+     +---------------+     +---------------+

----------------------------------------------------

                              +---------------+
                              |               |
                              |               |
                          +--->--           -->---->
                         /    |               |
                        /     |               |
                       /      +---------------+
                      /
--+     +------------/--+
  |     |           /   |
  |     |          /    |
 ->----->-- Fork ->     |
  |     |          \    |
  |     |           \   |
--+     +------------\--+
                      \
                       \      +---------------+
                        \     |               |
                         \    |               |
                          +--->--           -->---->
                              |               |
                              |               |
                              +---------------+

----------------------------------------------------

--+
  |
  |
 ->------->
  |     +--\------------+     +---------------+
  |     |   \           |     |               |
--+     |    \          |     |               |
        |     --FanIn2-->----->--           -->---->
--+     |    /          |     |               |
  |     |   /           |     |               |
  |     +--/------------+     +---------------+
 ->------->
  |
  |
--+

----------------------------------------------------

Back to overview