The basics
the basics II
the basics III
the basics IV
the basics V
100

a point on a network graph

what is a vertex?

100

the name given when more than one edge connects two vertices

What are multiple edges?

100

The name given to a graph where each vertex can be reached by any other vertex

What is a connected graph?

100

the matrix form of a network graph

What is an adjacency matrix?

100

 Graph that can be redrawn to show no edges crossover

What is a planar graph

200

line joining two vertices

what is an edge?

200

a vertex not connected to any others

What is an isolated vertex?

200

a a smaller selection of a larger network graph

What is a sub graph?

200

the name given to graphs that are identical in the number of vertices and number of edges and the same connections between vertices

What are isomorphic graphs?

200

This graph shows the vertices with the directed edges

What is a directed graph?

300
a count of how many edges come off a vertex

what is the degree?

300

the relationship that relates the number of edges to the sum of the degrees of the vertices

What is d=2e (or e=d/2)

300

the name given when every vertex has the same degree

What is a regular degree?

300

The name given when a graph is re-drawn so that no edges intersect each other

What is a planar graph?

300

One whose vertices may be split into two distinct groups

what is a bipartite graph

400

vertices directly connected to each other

What are adjacent vertices?

400

a network graph with no multiple edges or loops

What is a simple graph?

400

a simple graph that has every vertex connected to every other vertex

What is a complete graph?

400

v+f-e=2

what is euler's formula?

400

The graph in which the number of degree from each vertex is same one less from the number of vertices

What is a complete graph?

500

The name given when a vertex is connected to itself

What is a loop?

500

A network graph which is part of another graph

What is a subgraph?

500

the mathematical expression you can use to find the number of edges and degree of vertices in a complete graph with n vertices

What is (n-1) for the degree of each vertex and what is n(n-1)/2 for the number of edges?

500

the name given to an edge that when removed from a connected graph leaves the graph disconnected

what is a bridge?

500

a walk that starts and ends at the same vertex and edges that are not repeated and vertices that are not repeated

what is a cycle?