Graphs Flashcards

1
Q

A simple undirected graph in which every pair of distinct vertices is connected by a unique edge, in other words every vertex is directly connected to every other vertex in the graph.

A

Complete Graph

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

A graph where there exists a simple path from any vertex in the graph to any other vertex in the graph, even if it takes several “hops” to get there.

A

Connected Graph

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

A graph where an edge has a direction associated with it, for example, a plane flight that takes off in one location and arrives in another. The return flight would be considered a separate edge.

A

Directed Graph

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

The connection in a graph between two vertices

A

Edge

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

A data structure in programming (not to be confused with a geometry style graph of a line or a parabola) which consists of a set of vertices (nodes) and edges (connections).

A

Graph

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

A graph that contains edges between vertices with no specific direction associated with any edge.

A

Undirected Graph

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