Graph Theory Vocabulary

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

1/13

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.

14 Terms

1
New cards

Edge

Line joining a pair of nodes.

2
New cards

Loop

Is an edge or arc that joins a vertex to itself.

3
New cards

Vertex

Is a point or a circle. It is the fundamental unit from which graphs are made. (Sometimes called a node)

4
New cards

Degree of a Vertex

The number of edges that connect to the vertex. (Loops count twice)

5
New cards

Walk

A series of vertices and edges.

6
New cards

Closed Walk

Is a walk from a vertex back to itself; a series of vertices and edges which begins and ends at the same place.

7
New cards

Circuit

A closed walk with every edge distinct.

8
New cards

Cycle

Is a closed walk with no repeated vertices. (Except that the first and last vertices are the same)

9
New cards

Path

Is a walk with no repeated vertices.

10
New cards

Tree

A connected graph with no cycles.

11
New cards

Node

A synonym for vertex.

12
New cards

Arc

A synonym for edge.

13
New cards

Graph

A set of vertices (or nodes), together with a set of edges (or arcs).

14
New cards

Trail

A walk in which no edge is repeated.