Graphs

From TRCCompSci - AQA Computer Science
Revision as of 13:43, 26 November 2017 by Mfrederick (talk | contribs) (What is a graph)
Jump to: navigation, search

What is a graph

Graph-1.jpg

A graph is an abstract data structure. It can be used to solve routine problems.

Terms

weighted graph

vertex/node

edge/arc

undirected graph

directed graph

Adjacency Matrix

Adjacency List

Comparison of List VS Matrix