Graph Theory Definitons

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

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.

12 Terms

1
New cards

Walk

A sequence of edges where verticies may repeat

2
New cards

Path

A walk where no vertex is repeated (except possibly start/end if it’s a cycle)

3
New cards

Trail

A walk where no edge is repeated

4
New cards

Cycle

A path that starts and ends at the same vertex

5
New cards

Hamiltonian Cycle

A cycle that visits every vertex exactly pnce before reurning to the start

6
New cards

Connected Graph

A graph where every pair of verticies is linked by a path

7
New cards

Loop

An edge that starts and ends at the same vertex

8
New cards

Simple graph

A graph where edges(arcs) have a direction shown by arrows

9
New cards

Vertex/Node

A point in a graph

10
New cards

Edge/Arc

A line joining two vertices. In directed graphs(called arcs) have direction

11
New cards

Subgraph

A graph formed from some of the vertices and edges of a larger path

12
New cards

Order/Valancey/ Degree of a Vertex

The number of edges incident to a vertex. A loop counts twice