notes

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

Graphs.md (237B)


      1 # Graphs
      2 
      3 Abstract Math 10.2. 
      4 
      5 **Definition:** A graph is a configuration consisting of vertices and edges. 
      6 
      7 **Cycle:** A cycle in a graph is a set of vertices such that traversal can be done back to itself.
      8 
      9 Also see [Tree](Tree.md).