Graph Basics
More on Graphs
People of Graphs
Moving on a Graph
Networks
100

Shown as a dot on a graph

What is a vertex?

100

A graph where every vertex is connected to every other vertex, directly or indirectly

What is a connected graph?

100

v + f = e + 2

What is Euler's Formula?

100

A sequence of edges linking successive vertices 

What is a walk?

100

A graph in which the weights are physical quantities (ie. distance, time, cost)

What is a Network?

200

Line that joins two dots

What is a edge?

200

An edge in a graph that if removed leaves the graph disconnected

What is a bridge?

200

A trail that follows every edge of a graph with no repeated edges

What is an Eulerian Trail?

200

A walk with no repeated edges

What is a trail?

200

A connected graph that contains no cycles, multiple edges or loops

What is a Tree?

300
An edge in a graph that joins a vertex to itself

What is a loop?

300
Graphs that contain identical information

What are isomorphic graphs?

300

An Eulerian Trail that starts and finishes at the same vertex

What is an Eulerian Circuit?

300

A walk with no repeat edges and no repeated vertices

What is a path?

300

A way of determining the shortest path between two points in network

What is Dikstra's algorithm?

400

The number of edges attached to the vertex

What is the degree of a vertex?

400

A square matrix that recodes the number of edges connecting edge pair of vertices

What is an adjacency matrix?

400

A path that visits every vertex of a graph with no repeated vertices

What is a Hamiltonian Path?

400

A walk that starts and ends at the same vertex and has no repeated edges

What is a circuit?

400

A way of assigning jobs to people so the jobs are completed in the shortest amount of time

What is a Hungarian algorithm?

500

The number of vertices is equal to twice the number of edges

What is the sum of degrees?

500

A graph where no edges intersect or overlap

What is a Planar Graph?

500

A series of rules for determining a minimum spanning tree for a graph

What are Prim's or Kruskal's algorithms?


500

A walk that starts and ends at the same vertex and has no repeated vertices or edges

What is a cycle?

500

Connecting all vertices in a network in the shortest way

What is a minimum spanning tree?

M
e
n
u