D1 - definitions Flashcards

0
Q

DEFINE: Degree/Valency/Order of a vertex

A

the number of edges incident to it

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

DEFINE: Subgraph

A

a graph each of whose edges and vertices belong to the original graph. ( a part of a graph )

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

DEFINE: A Path

A

Finite sequence of edges that the end vertex of one edge is the start vertex of the next and no vertex appears more than once

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

DEFINE: A walk

A

a path where you are permitted to return to vertices more than once

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

DEFINE: Cycle

A

A closed path, the end vertex of the last edge is the start vertex of the first edge

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

DEFINE: Connected Graph

A

It is a connected if a path can be found between any two vertices

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

DEFINE: A loop

A

Is a edge that starts and finishes at the same vertex

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

DEFINE: A simple Graph

A

A graph where there are no loops and have no more than one edge connecting any pair of vertices

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

DEFINE: Digraph

A

A graph with directed edges ( the edges have a direction associated with them

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

DEFINE: A Tree

A

a connected graph with no cycles

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

DEFINE: Spanning tree

A

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

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

DEFINE: Bipartite Graph

A

A GRAPH consisting of two sets of vertices X and Y the edges only join a vertex in X with a vertex in Y not vertices within it’s set

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

DEFINE: A Complete Graph

A

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

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

DEFINE: Isomorphic graph

A

Graphs that show the same information but are drawn differently

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

DEFINE: Weighted graph

A

a graph with numbers associated with each edge

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

DEFINE: Adjacency matrix

A

record the number of direct links between vertices

16
Q

DEFINE: Distance Matrix

A

Records the weight on the edges where there is no weight this is indicated by a ‘-‘

17
Q

DEFINE: MST Minimum Spanning tree

A

is a spanning tree such that the total length of it’s arcs is as small as possible, some times called a minimum connector

18
Q

DEFINE: Eulerian graph

A

A graph with all even valencies

19
Q

DEFINE: Semi Eulerian Graph

A

If two valencies are odd, and the rest even

20
Q

DEFINE: Traversable

A

If it is possible to go through every arc once without taking your pen from the paper

21
Q

DEFINE: Matching

A

a matching is the 1 to 1 pairing of some or all of the elements in set x with a element of set Y

22
Q

DEFINE: Maximal matching

A

a matching in which the number of arcs is as large as possible

23
Q

DEFINE: Complete Matching

A

A complete matching had n arcs, if both sets have n nodes

24
Q

DEFINE: Alternating Path

A

an alternating path starts at a unmatched node on one side of the Bipartite graph and finishes and a unmatched node on the other side, using arcs that alternately not in and in the initial matching