nimnet/io/network_text

Search:
Group by:

Network text display format

Tree-like text representation of graphs.

Procs

proc writeNetworkText[N](g: DiGraph[N]): string
Generate a tree-like text representation of the digraph.
proc writeNetworkText[N](g: Graph[N]): string
Generate a tree-like text representation of the graph using BFS.

Iterators

iterator generateNetworkText[N](g: Graph[N]): string
Generate network text lines as an iterator.