Section 6: Example-Based Flashcard graph theorys

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

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.

8 Terms

1
New cards

Give an example of a real-life graph.

A social network — people are vertices, and friendships are edges.

2
New cards

Example of a weighted graph in real life?

A road map — intersections are vertices, and road distances are weights on edges.

3
New cards

Example of a directed graph in real life?

A Twitter follow network — if A follows B, there’s a directed edge from A to B.

4
New cards

Example of a bipartite graph in real life?

Matching students to projects — one set is students, the other is projects.

5
New cards

Example of an Euler circuit in real life?

A mail carrier route that covers every street once and returns home.

6
New cards

Example of a Hamiltonian cycle in real life?

A sightseeing tour that visits each city exactly once and returns to the start.

7
New cards

Example of a disconnected graph in real life?

Two separate road networks on different islands.

8
New cards

Example of a planar graph?

A subway map drawn so no routes overlap.