Chapter 5 Flashcards

(32 cards)

1
Q

What is traversibility and how to figure

A

Ability to draw without taking the pen off the paper and without going over the same edge twice.
To determine reversibility
all vertices have even edges connecting to them and
if there are two vertices with two odd edges connecting to them

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

What is a loop?

A

Any graph or network with an edge that starts and ends at the same vertex said to have contained a loop

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

What is multiple edges?

A

If two or more edges connect the same to the same two vertices

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

What is a weighted graph or a weighted network?

A

Each edge is worth a particular weight be at a distance cost time and etc

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

What is an adjacent vertices?

A

If two vertices are connected by the same edge

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

What is a directed graph or digraphs?

A

Graph set up directed edges or arcs

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

What is undirected graphs?

A

Graphs with no directed edges

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

What is a simple graph?

A

A simple graph is an undirected unweighted graph with no loop and no multiple edges

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

What is a walk?

A

Each vertex and sequence is joined to the next vertex in sequence by an edge

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

What is a closed walk or cycle?

A

That starts and finishes at the same vertex

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

What is an open walk?

A

Any walk that does not end at starting vertex

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

What is a path?

A

A walk that does not include to repeat it uses of edges and vertices

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

What is a length?

A

The number of edges used

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

What is a trail?

A

Walk with no repeated edges

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

What is it connected graph or connected network?

A

An undirected graph or network where every vertex is connected to every other vertex

17
Q

What is a complete graph?

A

Simple graph in which every vertex is connected to every other vertex by a single edge in each case

18
Q

What is KN?

A

Complete graph with n number of vertices

19
Q

What is a bridge?

A

A bridge is a connected graph where the removal of an edge leaves the graph to be disconnected

20
Q

What is a planar graph?

A

A graph that can be drawn in plane without its edge crossing over

21
Q

What is Euler’s rule?

22
Q

What is a bipartite graph?

A

A bot graph has two sides and vertices have been separated in 2 set.
No two vertices on the left or the right is adjacent to each other

23
Q

What is degree or order of vertex?

A

Number of edges meeting at the vertex

24
Q

What is an in degree vertex?

A

Number of edges coming in the vertex

25
What is out of degree vertex?
Number of edges going out the vertex
26
What is Eulerian Trail?
connected graph that travels every edge once and the repeated vertices is permitted
27
What is a tree?
A tree is a simple connected graph that contains no cycle loops or multiple edges
28
What is Eulerian circuit or eulerian graph
Trail is close-finishes and starts at the same vertex Traversable Zero odd vertices Travels every edge once
29
What is a semi Eulerian graph?
Trail is open -does not start and finish at the same vertex Traversable Exactly two odd vertices Travels every edge
30
What is Hamiltonian path?
A path in the graph that visits every vertex in the graph only once with the possible exception of visiting the first vertex again at the end. Do not have to include every edge
31
What is Hamiltonian cycle or Hamiltonian
If the path is closed, it is said to be a Hamiltonian cycle or Hamiltanion . Includes all verticies
32
What is a semi Hamiltonian graph?
If the path is closed, it is said to be a Hamiltonian cycle or Hamiltanion . Includes all vertices