Graph Theory

studied byStudied by 0 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 / 21

encourage image

There's no tags or description

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

22 Terms

1

Adjacent

When two edges share a vertex, when 2 vertices share an edge

New cards
2

Loop

An edge that starts and ends on the same vertex (an edge with only 1 vertex)

New cards
3

Simple graph

A graph with no loops or multiple edges between the same two vertices

New cards
4

Degree

the number of edges incident to a vertex in a graph. A loop contributes 2 to the degree of an edge

New cards
5

Path

A sequence of adjacent edges & vertices traversed to get from one vertex to another w/o repeating an edge/vertex

New cards
6

Circuit

Path that starts and ends on the same vertex

New cards
7

Cut edge (also known as a bridge)

An edge that disconnects the graph when removed

New cards
8

Cut vertex

A vertex that disconnects the graph when it and all adjacent edges are removed

New cards
9

Walk

A way of getting from one vertex to another. EX: Vertex P —> Vertex R. A walk w/a length of 2. A walk where a vertex appears only once is a path.

New cards
10

Complete Bipartite Graph

A simple grapth w/2 sets of vertices such that every vertex in one set is connected to every vertex in the other set.

New cards
11

How do you know if complete bipartite graph has an Euler Path

A complete bipartite graph has an Euler path if and only if it has at most two vertices of odd degree. In general, for a graph to have an Euler path, it must either have zero or two vertices with odd degrees.

New cards
12

How do you know if a complete bipartite grapth has a Euler circuit

A complete bipartite graph has an Euler circuit if and only if all vertices have even degree. This means that every vertex must be connected to an even number of edges. (Both n and m must be even #s)

New cards
13

How to find the # of edges on a complete bipartite graph

M * N

New cards
14

Complete graph

Simple grapth w/ N vertices where each vertex is adjacent to every other vertex

New cards
15

How to know how many Hamiltonian paths/circuits on a complete graph?

N! (if N = 5, then 5 ×4×3×2×1, or if N=7, 7×6×5×4×3×2×1)

New cards
16

When can a complete graph have a Euler circuit

If N is odd because then every vertex has an even degree.

New cards
17

Tree

A connected graph w/no circuits. if a disconnected graph has no circuits, each connected component is a tree, thus creating a forest

New cards
18

How many edges does a complete graph have?

N(N-1)/2

New cards
19

How many edges will a tree have, if it has N vertices

N-1= Edges

New cards
20

What are vertices in a tree graph with a degree of 1 called?

Leaves, all other vertices are called branches

New cards
21
<p>Complete binary tree</p>

Complete binary tree

Number of leaves = 2ˆn, #of Branches (2ˆn)-1, Total # of vertices: (2ˆ(n+1) )-1

New cards
22
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