chapter 2 graphs and networks Flashcards

1
Q

graph consists of

A

nodes connected by arcs

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

if a graph has a number associated with each edge

A

it is a weighted graph or network

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

list of nodes (or vertices)

A

vertex set

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

list of edges (or arcs)

A

edge set

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

a subgraph

A

a part of the original graph

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

degree of a node

A

number of edges incident to it

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

a walk

A

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

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

a path

A

a walk in one no vertex is visited more than once

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

a cycle

A

a walk in which the end vertexx 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
11
Q

a connected graph

A

if all vertices have a path between them

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

hamilitioian cycle

A

cycle that includes every vertex

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

loop

A

edge that starts and finishes at same vertex

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

simple graph

A

no loops and at most one edge connecting any pair of vertices

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

digraph

A

graph with direction

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

rulers handshake lemma

A

sum of degrees is twice the number of edges. so there’s an even amount of odd vertices

17
Q

tree

A

connected graph with no cycles

18
Q

spanning tree

A

subgraph including all vertices and a tree

19
Q

complete graph

A

each vertex is connected is directly connected to each of the other vertexes by a single edge

20
Q

isomorphic graph

A

same info but shown differently