Simple graph theory concepts

studied byStudied by 16 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 31

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

32 Terms

1

graph

a collection of points called vertices or nodes and line segments or curves called edges that connect the vertices.

<p>a collection of points called vertices or nodes and line segments or curves called edges that connect the vertices.</p>
New cards
2

vertices/nodes

collection of points

New cards
3

edges

line segments or curves

New cards
4

loop

an edge connecting a vertex to itself.

New cards
5

complete graph

a graph that has an edge connecting every pair of vertices.

<p>a graph that has an edge connecting every pair of vertices.</p>
New cards
6

adjacent

there is an edge joining them.

<p>there is an edge joining them.</p>
New cards
7

equivalent

same vertices connected in the same way.

<p>same vertices connected in the same way.</p>
New cards
8

path

alternating sequence of vertices and edges.

<p>alternating sequence of vertices and edges.</p>
New cards
9

circuit

a path that begins and ends with the same vertex

New cards
10

A graph is ______ if for any two vertices, there is at

least one path that joins them.

connected

New cards
11

bridge

edge that when you remove makes the graph disconnected.

<p>edge that when you remove makes the graph disconnected.</p>
New cards
12

degree

the number of edges attached to a vertex

New cards
13

graph coloring

The idea is to color the vertices or edges of a graph in such a way that adjacent vertices or concurrent edges are given different colors.

New cards
14

chromatic number of the graph

The smallest number of colors required to color the vertices of a graph

New cards
15

2- Colorable Graph Theorem

A graph is 2-colorable if and only if it has no circuits that consist of odd number of vertices.

New cards
16

Four-Color Theorem

The chromatic number of a planar graph is at most 4.

New cards
17

adjacent

if they share part of their boundaries.

New cards
18

Euler path

  • a path that passes through every edge exactly once only

  • a path that contains all the edges of the graph

  • begin and end with the odd-degree vertices

  • if and only if no more than two of its vertices have odd degree.

New cards
19

Euler circuit

a closed path that contains all the edges of the graph.

New cards
20

Eulerian

A graph that has an Euler circuit

New cards
21

A ____ is Eulerian if and only if each vertex

has even degree.

Connected graph

New cards
22

if all vertices are ______ the graph has at least one Euler

circuit

even

New cards
23

exactly two vertices are ___, the graph has no Euler circuits but at least one Euler path.

odd

New cards
24

If there are more than ___ vertices, the graph

has no Euler path and no Euler circuits.

two odd

New cards
25

Hamiltonian path

a path passing through each vertex of the graph exactly once.

New cards
26

Hamiltonian cycle

If the hamiltonian path is closed

New cards
27

Hamiltonian

If a graph has a Hamiltonian cycle, it is called Hamiltonian.

New cards
28

tree

a graph in which any two vertices are connected by exactly one path.

<p>a graph in which any two vertices are connected by exactly one path.</p>
New cards
29

forest

an undirected, disconnected, acyclic graph. In other words, a disjoint collection of trees is known as forest.

New cards
30

spanning tree

a tree that results from the removal of as many edges as possible from the original graph without making it disconnected.

New cards
31

minimum spanning tree

  • the spanning tree for the graph that has the smallest possible sum of the weights.

  • must have one fewer edge than the number of vertices.

New cards
32

Prim's algorithm

a minimum spanning tree algorithm that takes a graph as input and finds the subset of the edges of that graph which

1. form a tree that includes every vertex

2. has the minimum sum of weights among all the trees that can be formed from the graph

New cards

Explore top notes

note Note
studied byStudied by 39 people
70 days ago
5.0(1)
note Note
studied byStudied by 13 people
183 days ago
5.0(1)
note Note
studied byStudied by 253 people
681 days ago
4.5(6)
note Note
studied byStudied by 18 people
813 days ago
5.0(1)
note Note
studied byStudied by 215 people
720 days ago
5.0(2)
note Note
studied byStudied by 22 people
710 days ago
5.0(2)
note Note
studied byStudied by 2488 people
700 days ago
4.7(6)

Explore top flashcards

flashcards Flashcard (55)
studied byStudied by 84 people
381 days ago
5.0(1)
flashcards Flashcard (44)
studied byStudied by 39 people
789 days ago
4.1(7)
flashcards Flashcard (58)
studied byStudied by 170 people
730 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 12 people
764 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 1 person
74 days ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 10 people
220 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 33 people
372 days ago
5.0(1)
flashcards Flashcard (101)
studied byStudied by 183 people
2 days ago
5.0(1)
robot