From charlesreid1

Revision as of 01:55, 19 August 2017 by Admin (talk | contribs) (Created page with "=Notes= This page contains notes on data structures useful for graphs. See also Graphs/ADT for the universal methods that graphs should implement. Graphs are composed of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes

This page contains notes on data structures useful for graphs. See also Graphs/ADT for the universal methods that graphs should implement.

Graphs are composed of three basic object types:

  • Vertex/Node
  • Edge
  • Graph