Modeling with Algorithms - Chapter 2: Graphs

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Graph

Consists of a finite set of vertices connected by edges

2
New cards

Edge

Joins one vertex to another

3
New cards

Loop

Where an edge starts and ends at the same vertex

4
New cards

Multiples edges

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

5
New cards

Simple graph

there are no loops or edges

6
New cards

Connected graph

Every vertex is linked by a single edge

7
New cards

Completed graph

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

8
New cards

Degree

Number of edges that start or finish at a vertex

9
New cards

Handshaking theorem

Total degrees of vertices = 2 x edges

10
New cards

Digraph

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

11
New cards

Subgraph

Part of a graph which is a graph in itself

12
New cards

Planar Graph

A graph that can be drawn without any edges crossing

13
New cards

Bipartite Graphs

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

14
New cards

Complete bipartite graph

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

15
New cards

Isomorphic

Same number of vertices and edges with same degrees