notes

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

WeightedGraph.md (150B)


      1 # Weighted Graph
      2 
      3 Ch 4
      4 
      5 **Definition:** A weighted graph is a graph where we maintain a list of weights for edges to represent the cost of traversal.