Vocab 1 Flashcards

0
Q

Arc

A

Edge

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

Node

A

Vertex

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

Order

A

Number of arcs meeting at a node

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

Even node

A

Has an even order

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

Odd node

A

Has an odd order

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

Multiple Arcs

A

More than one arc connecting a pair of nodes

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

Loop

A

An arc connecting a node to itself

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

Simple Graph

A

A graph without loops or multiple arcs

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

Complete Graph

A

A simple graph such that each of its nodes is directly connected by an arc to every other node

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

Subgraph of G

A

A graph whose nodes and arcs are all in the graph G

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

Bipartite Graph

A

A graph with two sets of nodes such that arcs only connect nodes from one set to the other

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

Complete Bipartite Graph

A

A bipartite graph such that each of its nodes is directly connected by an arc to every other node.

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

Trail

A

A sequence of arcs such that the end node of one arc is the start node of the next.

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

Path

A

A trail with the restriction that no node is passed more than once

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

Closed trail

A

A trail where the initial and final nodes are the same

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

Cycle

A

A closed trail where only the initial and final nodes are the same

16
Q

Eulerian graph

A

A connected graph which has a closed trail containing every arc precisely once, and has nodes which all have an even order