Graph Theory

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Nodes

Vertices or Vertex Set

2
New cards

Degree/ Order/ Valency

Number of edges coming off a vertice

3
New cards

Walk

A route through a graph along edges from one vertex to the next

4
New cards

Path

A walk where no vertex is visited more than once

5
New cards

Trail

A walk where no edge is visited more than once

6
New cards

Cycle

A walk which the end vertex is the same as the start vertex where no other vertex is visited more than once

7
New cards

Hamiltonian Cycle

A cycle that includes every vertex

8
New cards

Tree

A connected graph with no cycles

9
New cards

Spanning Tree

Includes all vertices and is a tree

10
New cards

Complete Graph

Every vertex is directly connected by a single edge to each of the other vertices

11
New cards

Isomorphic Graph

Show the same information but may be drawn differently

12
New cards

Planar Graph

One that can be drawn in a plane such that no 2 edges meet except at a vertex

13
New cards

Eulerian Graph

Covers every edge exactly once can start and end at any vertex. The degree of each vertice is even

14
New cards

Semi-Eulerian Graphs

Same as Eulerian but ends on a different vertex. It always has two odd degrees