Graphs and networks Flashcards

All the language needed for graphs

1
Q

Isomorphic

A

2 graphs that are the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bipartite graph

A

A connected graph with 2 sets of vertices where no connections exist within each set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Degree

A

The number of edges connected to a vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Eulerian

A

A closed path that covers every edge exactly once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Semi-Eulerian

A

Has 2 odd vertices and the rest even

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cycle

A

A closed path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Weight

A

A network contains this on each edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Node

A

A Point on a graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Arc

A

The line connecting two points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Complete Graph

A

A type of graph where every pair of vertices is connected by a single edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Tree

A

A connected graph with no cycles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Edge

A

The line connecting 2 points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Order

A

The number of edges connected to a vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Complement graph

A

The inverse of a graph. Contains only the edges needed to complete original graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Connected graph

A

A graph where a path exists between any two vertices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Walk

A

A sequence of edges

17
Q

Subgraph

A

Made up of a smaller set of vertices and edges taken from another graph

18
Q

Planar Graph

A

A type of graph that can be drawn so that none of the arcs cross

19
Q

Trail

A

A walk where none of the edges are repeated

20
Q

Incidence Matrix

A

An array describing the relationship between vertices and adjacent edges

21
Q

Simple graph

A

A graph with no multiple edges or loops

22
Q

Adjacency matrix

A

An array indicating whether pairs of vertices are adjacent or not.

23
Q

Even Vertices

A

In a Eulerian graph, we have to have all of them as this

24
Q

Path

A

A trail where none of the vertices are repeated

25
Network
A graph with weighted edges
26
Subdivision
A graph where edges have been divided by new vertices
27
Hamiltonian Cycle
Visit each vertex once and return back to the start gives you this.
28
Regular graph
The order of each of the graphs is the same