Section 5: Connectivity and Components

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

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.

6 Terms

1
New cards

What does it mean for a graph to be connected?

A graph is connected if there is a path between every pair of vertices.

2
New cards

What is a connected component?

A connected component is a maximal group of connected vertices — a part of the graph where every vertex can reach every other vertex in that group.

3
New cards

What is a cut vertex?

A cut vertex is one whose removal increases the number of connected components.
💡 Visual: Like removing a bridge that splits an island into two parts.

4
New cards

What is a bridge in a graph?

A bridge (or cut edge) is an edge whose removal disconnects part of the graph.

5
New cards

What is a strongly connected directed graph?

In a directed graph, it’s one where every vertex can reach every other vertex by following the directions of edges.

6
New cards

What is a weakly connected directed graph?

If replacing all directed edges with undirected ones makes the graph connected, it’s weakly connected.