Networks and Matrices Flashcards

1
Q

nodes or vertices

A

the points on a network

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

edge

A

a line joining to nodes or vertices

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

faces or regions

A

edges divide a graph up into seperate faces or regions

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

loop

A

an edge that starts and ends at the same vertex or edge

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

multiple edges

A

2 or more edges that connect to the same vertices

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

weighted graph/weighted network

A

graphs that have amounts or distances or some information on each edge

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

directed edges or arcs

A

an edge with significant direction shown with an arrow

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

directed graph/network or digraph

A

any graph involving directed edges (or more)

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

undirected graph/network

A

any graph with no directed edges

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

simple graph/network

A

a graph or network with no loops, multiple edges or direction

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

open walk

A

a walk which does not start and end at the same vertex

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

closed walk

A

any walk that starts and ends at the same vertex

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

open path

A

a walk that has no repeats of edges or vertices and does not start and end at the same vertex

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

close path or cycle

A

a walk that has no repeats of edges or vertices and starts and ends at the same vertex

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

path length

A

the number of edges a walk, path or cycle uses

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

trail

A

a walk with no repeated edges (may have repeated vertices)

17
Q

connected graph

A

an undirected graph where every vertex is connected to one another

18
Q

disconnected or unconnected graph

A

a graph where a node or vertex is not joined by an edge

19
Q

complete graphs

A

simple graphs in which every vertex is connected to every other

20
Q

bridge

A

any edge which when removed makes a network become disconnected

21
Q

planar graph

A

a graph that can be drawn in the plane. doesn’t need to be connected. main feature is that it can always be drawn so that no two edges cross

22
Q

subgraph

A

when the vertices and edges of graph A are also vertices and edges of graph B, A is said to be subgraph of B

23
Q

Bipartite graph

A

a graph whose set of vertices can be split into two distinct groups in such a way that each edge of the graph joins a vertex in the first group to vertex in the second group

24
Q

Eularian graph

A

a connected graph is eulerian if it has a closed trail that includes every edge once only

25
Q

eularian trail

A

a connected graph that travels every edge once and only once, repeated vertices permitted, is a eulerian trail

26
Q

traversibility

A

to be able to complete all edges without repeat

27
Q

semi eulerian

A

a connected graph that’s an open trail that includes every edge only once is called semi eularian. they have two odd vertices and start and end at different odd vertices

28
Q

Hamiltonian path

A

a path in a graph that visits every vertex in a graph only once, with the possible exception of visiting the first vertex again at the end, thus making the path a cycle

29
Q

Hamiltonian cycle

A

a Hamiltonian cycle is a closed path that includes each vertex in a graph (except the first) only once

30
Q

semi hamiltonian

A

an open path that includes every vertex in a graph once