notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Digraph.md (256B)


      1 # Digraph
      2 
      3 Ch 4
      4 
      5 **Definition:** A digraph is a directed graph meaning each edge has only one direction in which traversal is possible.
      6 
      7 When discussing digraphs, the start of an edge is called the initial vertex and the end is called the terminal vertex.