Graph Theory Flashcards

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/29

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.

30 Terms

1
New cards

Graph

nonempty set of vertices and edges connecting vertices

2
New cards

Pendent Vertex

Vertex with a degree of 1

3
New cards

Pendent Edge

Edge that connects to a pendent vertex

4
New cards

Isolated Vertex

Vertex with a degree of 0

5
New cards

End Vertices

The two vertices that are connected by an edge

6
New cards

Parallel Edges

Edges with the same end vertices

7
New cards

Loop

Edge that connects a vertex to itself

8
New cards

Simple Graph

Graph with no parallel edges and loops

9
New cards

Empty Graph

Graph with no edges

10
New cards

Null Graph

Graph with no vertices

11
New cards

Trivial Graph

Graph with only one vertex

12
New cards

Adjacent Edges

Two edges that share a common vertex

13
New cards

Degree

The number of edges which has the vertex as an end vertex, loops are counted twice

14
New cards

Handshaking Theorum

2m = Sum of the degrees of the vertices, where m is the number of edges

15
New cards

Complete Graph

A simple graph which contains all possible edges (Kn)

16
New cards

Cycle Graph

of n vertices, n >= 3, is denoted by (Cn), which is a graph with degree 2 for all vertices.

17
New cards

Wheel Graph

obtains when you add a vertex to the Cycle graph (Cn-1) that is connected to every vertex on the cycle

18
New cards

Bipartite Graph

A graph whose vertices can be divided into two disjoint sets (U and V) such that every edge connects a vertex in U to a vertex in V. No edge connects two vertices within the same set.

19
New cards

Complementary Graph

A graph on the same set of vertices as G, where two distinct vertices are connected by an edge if and only if they are not connected in G.

20
New cards

Walk

A sequence of connected vertices and edges where repetition of both is allowed.

21
New cards

Trail

A walk with no repeated edges

22
New cards

Circuit

A closed path

23
New cards

Cycle

A closed walk

24
New cards

Path

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

25
New cards

Cut Vertex

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

26
New cards

Cut Edge

An edge of a connected graph whose removal increases the number of connected components

27
New cards

Euler Walk

A walk that uses every edge exactly once

28
New cards

Euler Circuit

A closed walk that uses every edge exactly once

29
New cards

Hamilton Circuit

A circuit that uses every vertex in the graph exactly once

30
New cards

Hamilton Path

A path that uses every vertex in the graph exactly once