graphviz_test, a Python code which calls graphiviz(), which displays representations of graphs.
The graphviz() and pydotplus() packages must be installed in order for these programs to work.
The information on this web page is distributed under the MIT license.
alphabet_binary_tree describes a binary tree that could be used to alphabetize letters.
network_graph describes a graph as a set of edges, defined by pairs of nodes.
web_digraph displays a set of directed connections as a digraph.