Graph Theory Definitions:

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Define - Bipartite Graph:

A graph whose set of vertices can be split into two distinct groups in such a way that each edge of the graph joins a vertex in the first group to a vertex in the second.

2
New cards

Define - Complete Graph:

A simple graph in which every vertex is joined to every other vertex by an edge. The complete graph with n vertices is denoted Kn.

A complete bipartite graph is a bipartite graph where every vertex of the first set is connected to every vertex of the second set.

3
New cards

Define - Connected Graph:

A graph is connected if there is a path between each pair of vertices.

A bridge is an edge in a connected that if removed leaves a graph disconnected.

4
New cards

Define - Cycle:

A closed path which begins & ends at the same vertex with no repeated edges or vetices except the first.

5
New cards

Define - Degree of a Vertex (Graph):

In a graph the degree of a vertex is the number of edges that enter or exit from the vertex, thus loops are counted twice.

6
New cards

Define - Directed Graph:

A directed graph is a diagram comprising points, called vertices, joined by directed lines called arcs - directed graphs are commonly called digraphs.

7
New cards

Euler’s Formula:

For a connected planar graph, Euler’s rule states that v + f - e = 2, where v is the number vertices, e is the number of edges & f is the number of faces.

8
New cards

Define - Eulerian Graph

A connected graph is Eularian if it has a closed trail (starts & ends at the same vertex), that is includes every edge & once only; such a trail is called an Eularian trail.

An Eularian trail may include repeated vertices.

A connected graph is semi-Eularian if there is an open trail that includes every edge once only.

9
New cards

Define - Loop:

A loop is an edge in a graph that joins a vertex in a graph to itself

10
New cards

Define - Multiple Edge:

A multiple edge is where two or more edges connect the same vertices.

11
New cards

Define - Hamiltonian Graph:

A connected graph is Hamiltonian if it contains a closed path (starts & ends at the same vertex), that includes every vertex (except the first one) once only.

No edge is repeated.

12
New cards

Define - Semi-Hamiltonian Graph:

Contains a path that includes every vertex in a graph once only but is not a cycle.

13
New cards

Define - Length of a Walk

The number of edges it includes

14
New cards

Define - Open Path

A path that starts & finishes at different vertices is said to be open.

15
New cards

Define - Open Walk

A walk that starts & finishes at different vertices is said to be an open walk.

16
New cards

Define - Path

A path in a graph is a walk in which all edges & vertices are different.

17
New cards

Define - Closed Path

A path that starts & finishes at the same vertex - a cycle is a closed path.

18
New cards

Define - Planar Graph:

A planar graph is a graph that can be drawn in the plane so that no two edges cross.

19
New cards

Define - Semi-Eulerian Graph

A connected graph is semi-Eulerian if there is an open trail that includes every edge once only

20
New cards

Define - Simple Graph:

A graph that has no loops or multiple edges

21
New cards

Define - Subgraph

When the vertices & edges of a graph are also vertices & edges of another graph is said to be a subgraph of graph G.

<p>When the vertices &amp; edges of a graph are also vertices &amp; edges of another graph is said to be a subgraph of graph G.</p><p></p>
22
New cards

Define - Trail:

A trail is a walk in which no edge is repeated

23
New cards

Define - Walk:

A sequence of vertices such that from each of its vertices there is an edge to the next vertex in the sequence.

A walk can include repeated vertices or repeated edges

24
New cards

Define - Weighted Graph:

A graph in which each edge is labelled with a number used to represent some quantity associated with that edge