graph theory

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

1/22

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.

23 Terms

1
New cards

Graph

A collection of vertices and edges

2
New cards

Simple Graph

A graph with no loops and no multiple edges between any two vertices.

3
New cards

Loops

An edge that connects a vertex to itself.

4
New cards

Multiedges

More than one edge between the same pair of vertices.

5
New cards

Degree

The number of edges connected to a vertex.

6
New cards

Directed Graph

A graph where edges have direction, going from one vertex to another.

7
New cards

Weighted Graph

A graph where edges have values (weights) assigned to them.

8
New cards

Order of a Graph

The number of vertices; typically denoted by n.

9
New cards

Size of a Graph

The number of edges; typically denoted by m.

10
New cards

Degree Distribution

A count of how many vertices have each degree.

11
New cards

Connected Graph

A graph where every vertex can reach every other vertex.

12
New cards

Disconnected Graph

A graph that is not fully connected.

13
New cards

Degree Centrality

A measure of how important a vertex is based on how many edges are connected to it

14
New cards

Closeness Centrality

measure of how important a vertex is based on the average distance to all other vertices

15
New cards

Local Clustering Coefficient

Measures how many of a vertex’s neighbors are connected to each other.

16
New cards

Transitivity

Probability that a vertex’s neighbors are also neighbors with each other.

17
New cards

Subgraph

A graph made from a subset of vertices and edges of a larger graph.

18
New cards

Random Variable

A variable whose value is based on a random process.

19
New cards

Range of a Random Variable

The set of all possible values a random variable can take.

20
New cards

Expectation Value

Average of a variable if infinite tests were conducted

21
New cards

Law of Large Numbers

As trials increase, the average result gets closer to the expected value.

22
New cards

Monte Carlo Algorithm

algorithm that determines result using random sampling from large number of experiments

23
New cards

Erdős Rényi Random Graph

A simple graph where each pair of vertices is connected independently with a fixed probability p