decision Flashcards

1
Q

Kruskals algorithm

A

List arks in ascending order of weight

add arks in ascending order of weight not making cycles

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

Prims algorithm

A

Choose any starting vertex

choose arc of least weight that joins to vertex already in the tree

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

route inspection algorithm

A

Shortest distance through all nodes
identify all odd vertices ucing valency table
consider all pairings choose pair with smallest sums to repeat

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

Eulerian graph or network

A

Is one which contains a trail that includes every edge and starts and finishes at the same vertex. This trail is called an Eulerian circuit.Any connected graph whos vertexes are all even is Eulerian

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

Semi-Eulerian graph or network

A

one which contains a trail that includes every edge but starts and finishes and different vertices.Any connected graph with exactly two odd verteces is semi-Eurelian

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

Weighted graph or network

A

If a graph as a number associated with each edge

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

subgraph

A

is a graph, each of whose vertices belong to the original graph and each of whose edges belongs to the original graph. It is part of the original graph

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

Degree,valency,order

A

The number of edges attached to a node

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

A walk

A

A Walk is 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
10
Q

A Path

A

A Path is 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
11
Q

A trail

A

A trail is a walk which no edge is visited more than once

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

A cycle

A

Is a walk which the end vertex is the same as 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
13
Q

A Hamiltonian cycle

A

A cycle that includes every vertex

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

connected graph

A

all the vertices are connected

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

A loop

A

A loop is 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
16
Q

simple graph

A

A graph with no loops and at most one edge connecting a pair of vertices

17
Q

directed graph (digraph)

A

if edges have a direction associated with them (directed edges)

18
Q

sum of orders in an undirected graph =

A

2 x the number of edges, number of odd notes must then be even (eulers handshaking lemma )

19
Q

tree

A

is a connected graph with no cycles

20
Q

spanning tree of a graph

A

is a subgraph which includes all the vertices of the orignial graph and is also a tree

21
Q

A complete graph

A

A graph in which every vertex is directly connected by a single edge to each other vertex

22
Q

isomorphic graph

A

Graphs which show the same information but are drawn differently