Paths walks and cycles

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

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.

13 Terms

1
New cards

What is a walk in a graph?

A walk is a sequence of vertices connected by edges, where vertices and edges can repeat.

2
New cards

What is a trail?

A trail is a walk where no edge is repeated.

3
New cards

What is a path?

A path is a walk where no vertex or edge is repeated.

4
New cards

What is a simple path?

A simple path is another term for a path with no repeated vertices or edges.

5
New cards

What is a closed path?

A closed path starts and ends at the same vertex.

6
New cards

What is a circuit?

A circuit is a closed trail — it starts and ends at the same vertex and doesn’t repeat edges.

7
New cards

What is a cycle?

A cycle is a closed path where only the first and last vertices are the same and no other vertices repeat.
💡 Visual: Think of a round trip where you visit different cities and come back home once.

8
New cards

What is the length of a path?

The length is the number of edges in the path.

9
New cards

What is the difference between a trail and a path?

A trail doesn’t repeat edges, while a path doesn’t repeat vertices.

10
New cards

What is an Euler trail?

An Euler trail uses every edge exactly once.

11
New cards

What is an Euler circuit?

An Euler circuit is an Euler trail that starts and ends at the same vertex.
💡 Example: Drawing a figure without lifting your pencil and ending where you started.

12
New cards

What is a Hamiltonian path?

A Hamiltonian path visits every vertex exactly once.

13
New cards

What is a Hamiltonian cycle?

A Hamiltonian cycle visits every vertex exactly once and returns to the starting point.