Graph Theory Flashcards

(18 cards)

1
Q

What is a path

A

A trail where no node is visited more than once.

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

What is a trail

A

A walk where no edge is traversed more than once

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

What is a cycle

A

A set of edges that form a pathway where you start and finish at the same node

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

What is a Hamiltonian cycle

A

A cycle that visits every vertex exactly once

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

What is an isomorphic graph

A

Graphs that are structurally the same but appear different

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

What is a simple graph

A

A graph with no loops or multiple edges

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

What is a complete graph

A

A graph where every node is directly connected to every other by an edge

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

What is the equation to find the n.o edges in a complete graph (Kn)

A

1/2n(n-1)

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

What is a tree

A

A simply connected graph that uses the least number of edges

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

What is a network

A

A graph with weighted edges

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

What is a connected graph

A

A graph where every node is connected to every other node directly or indirectly

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

What is a bipartite graph

A

A graph with distinct sets of nodes that can connect to nodes in another set but not with nodes that are part of their own set

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

What is a connected bipartite graph

A

A bipartite graph where every node from one set is connected to every node in the
Other set but not to members of its own set

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

What is an eulerian graph

A

A graph where every node has an even order

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

What is a semi eulerian graph

A

A graph where there are exactly two nodes of odd order

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

What is a planar graph

A

A graph where no two edges meet except at a node.

17
Q

What is euler’s handshake lemma

A

The sun off all the node orders in a graph = 2 x the n.o edges

18
Q

What is a spanning tree

A

A tree that is a subgraph contains all the nodes of the original graph