Graph Theory

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

1/20

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.

21 Terms

1
New cards

Graph

a non-empty set of edges and vertices.

2
New cards

Simple Graph

a graph that does not contain any loops or parallel edges.

3
New cards

Complete Graph

A simple graph that contains all possible edges between every pair of vertices.

4
New cards

Cycle Graph

A graph with n vertices that only has edges its circumference.

5
New cards

Wheel Graph

A cycle graph with an additional vertex connected to every other vertex

6
New cards

Bipartite Graph

A graph that can be partitioned into two sets v1 and v2.

7
New cards

Complete Bipartite Graph

A Bipartite graph that includes all possible edges between vertices in v2 and vertices in v1.

8
New cards

Walk

A finite sequence of vertices and edges.

9
New cards

Closed Walk/ Cycle

A finite sequence of vertices and edges that travels to the same place.

10
New cards

Trial

A walk with no repeated edges.

11
New cards

Path

A walk with no repeated vertices and edges except for its initial and terminal vertices.

12
New cards

Circuit

A closed path.

13
New cards

Connected Graph

A graph that has a walk between each pair of vertices.

14
New cards

Cut Vertex

A vertex of a connected graph whose removal increases the number of connected components in the graph.

15
New cards

Cut Edge

Edge whose removal increases the number of connected components in a graph.

16
New cards

Euler Walk

A walk that uses every edge exactly once.

17
New cards

Euler Circuit

A closed walk that uses each edge exactly once.

18
New cards

Hamiltonian Circuit

A circuit that uses every vertex in a graph exactly once.

19
New cards

Hamiltonian Path

A path that uses every vertex in a graph exactly once 

20
New cards

Euler Theorem

A connected graph G has an Euler circuit if and only if every vertex has an even degree. If it has an Euler walk, it cannot have an Euler circuit.

21
New cards

Hamilton Theorem

If G is a simple graph with n vertices, n>3, and d(V) + d(W) >= n where V and W are not adjacent, then G has a Hamiltonian Circuit.