Graphs and Networks Flashcards

(21 cards)

1
Q

What is a graph?

A

a graph consists of points (vertices/ nodes) which are connected by lines (edges or arcs)
Well Done!

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

network/ weighted graph

[Hint]
A

a graph with a number associated with each edge (usually called its weight)

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

subgraph

A

a smaller graph (each of whose vertices and edges belong to the original graph) within a larger graph

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

degree/ valency/ order

A

the number of edges incident to a vertex

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

a walk

A

a route through a graph along edges from one vertex to the next

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

a path

A

a walk in which no vertex is visited more than once

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

a trail

A

a walk in which no edge is visited more than once

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

a cycle

A

a walk in which the end vertex is the start vertex and no other vertex is visited more than once

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

hamiltonian cycle

A

a cycle that includes every vertex

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

connected graph

A

a graph in which all the vertices are connected

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

a loop

A

an edge that starts and finishes at the same vertex

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

simple graph

A

one in which there are no loops and there is at most one edge connecting any pair of vertices

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

directed graph/ digraph

A

a graph whose edges have a direction associated with them (directed edges)

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

Euler’s handshaking lemma

A

in any undirected graph, the sum of the degrees of the vertices is equal to 2 times the number of edges. Consequently, number of odd nodes must be even

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

a tree

A

a connected graph with no cycles

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

spanning tree

A

a subgraph which includes all vertices of the original graph

17
Q

complete graph

A

a graph in which every vertex is directly connected by a single edge to each of the other vertices

18
Q

isomorphic graphs

A

graphs which show same information but may be drawn differently

19
Q

adjecency matrix

A

each entry in this describes the number of arcs joing the corresponding vertices

20
Q

distance matrix

A

entries represent the wright of each arc, not the number of arcs