Modeling with Algorithms - Chapter 2: Graphs

studied byStudied by 11 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 / 14

flashcard set

Earn XP

Description and Tags

15 Terms

1

Graph

Consists of a finite set of vertices connected by edges

New cards
2

Edge

Joins one vertex to another

New cards
3

Loop

Where an edge starts and ends at the same vertex

New cards
4

Multiples edges

When there is more than one edge joining the same pair of vertices

New cards
5

Simple graph

there are no loops or edges

New cards
6

Connected graph

Every vertex is linked by a single edge

New cards
7

Completed graph

Simple graph where every vertex is connected to every other by a single edge

New cards
8

Degree

Number of edges that start or finish at a vertex

New cards
9

Handshaking theorem

Total degrees of vertices = 2 x edges

New cards
10

Digraph

When the edges of a graph have a direction associated with them

New cards
11

Subgraph

Part of a graph which is a graph in itself

New cards
12

Planar Graph

A graph that can be drawn without any edges crossing

New cards
13

Bipartite Graphs

Where there are two discrete sets of vertices with edges only joining vertices between sets and not within a set

New cards
14

Complete bipartite graph

In which each vertex in A is joined to every vertex's in B (K(R,S))

New cards
15

Isomorphic

Same number of vertices and edges with same degrees

New cards
robot