Graphs

From TRCCompSci - AQA Computer Science
Revision as of 09:55, 16 May 2017 by Admin (talk | contribs) (Created page with "==What is a graph== ==Terms== ===weighted graph=== ===vertex/node=== ===edge/arc=== ===undirected graph=== ===directed graph=== ==Adjacency Matrix== ==Adjacency List== ==Compa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What is a graph

Terms

weighted graph

vertex/node

edge/arc

undirected graph

directed graph

Adjacency Matrix

Adjacency List

Comparison of List VS Matrix