Graphs Maps and Networks

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

1/19

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.

20 Terms

1
New cards

Complete Graph of n vertices, K(n)

a graph with all connecting edges

2
New cards

Complete bipartite graph

a graph whose vertices can be divided into two disjoint sets

3
New cards

The complement of a graph

a graph that has the same vertices, but the edges only connect if they did not connect in the original

4
New cards

Vertex Coloring

assignment of colors to vertices

5
New cards

proper coloring

two vertices that are connected by an edge can’t have the same color

6
New cards

Chromatic Number

smallest amount of numbers in a proper coloring

7
New cards

subdivision of a graph

inserting new vertices along edges of the original graph

8
New cards

planar graph

a graph that can be drawn on a flat surface (like a piece of paper) without any edges crossing

9
New cards

faces

A face is a region bounded by edges in a planar drawing of a graph.

10
New cards

euler characteristic

a key concept in graph theory and topology that relates the number of vertices, edges, and faces in a planar graph. You

11
New cards

Genus of a surface (# of holes)

χ=V−E+F=2−2g

12
New cards

Flow

Actual amount that can be sent through an edge.

13
New cards

capacity

Maximum allowed flow on an edge.

14
New cards

a cut in a graph

a partition of the vertices of a graph into two disjoint sets

15
New cards

Kirchoff Vertex Condition

For any vertex vvv other than the source sss and the sink ttt, the total flow into vvv equals the total flow out of vvv. (in degree = outdegree)

16
New cards

Source

a vertex that has no in degree

17
New cards

sink

a vertex with no outdegrees

18
New cards

Dominating set

Every vertex is either in the dominating set or next to a vertex in it.

19
New cards

Domination number

The minimum number of vertices in a dominating set.

20
New cards