Definitions Flashcards

1
Q

Graph

A

Consists of vertices(nodes) connected by edges(arcs).

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

Sub graph

A

Part of a graph

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

Weighted graph

A

A graph in which a number is associated with each edge.

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

Degree (of order)

A

In a graph, 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

Path (2)

A

A finite sequence of edges in a graph, where no vertex appears more than once.

The end vertex of one edge is the starting vertex of the next.

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

Walk

A

A path where a vertex can be revisited more than once.

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

Circuit

A

A closed path: the end vertex of the last edge is also the starting vertex of the first edge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

A loop

A

In a graph, where an edge starts and finishes in at the same vertex

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

Simple graph

A

A graph with no loops and the with 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
11
Q

Tree graph

A

A connected graph with no circuits

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

Digraph

A

A graph which has a direction associated with its edges.

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

Spanning tree

A

A sub graph including all the 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
14
Q

Bipartite graph

A

Has two sets of vertices from one set to vertices of each other. There are no edges joining the sand set.

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

Complete graph

A

A graph in which each vertex is directly connected to every other vertex.

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