Graph Theory Fundamental - Terms

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

58 Terms

1
New cards

Point

A particular position in space, represented by a dot and labeled by an alphabet, number, or alphanumeric value.

2
New cards
<p>False</p>

False

True or False:

A point can only be labeled with numbers.

3
New cards

Line

A connection between two points, represented by a solid line.

4
New cards
<p>False</p>

False

True or False:

A line can exist without connecting two points.

5
New cards

Vertex

A synonym for a point in a graph; also called "node," "point," or "junction."

6
New cards
<p>False</p>

False

True or False:

A vertex cannot be labeled with numbers.

7
New cards

Edge (Link)

A connection between two vertices; can be directed (with direction) or undirected (no direction).

8
New cards

True

True or False:

An undirected edge is the same as two directed edges (A→B and B→A).

9
New cards

Null Graph

A graph with no edges between its vertices (also called an empty graph).

10
New cards
<p>False </p>

False

True or False:

A null graph must have at least one edge.

11
New cards

Trivial Graph

A graph with only one vertex and no edges.

12
New cards
<p>False</p>

False

True or False:

A trivial graph can have multiple vertices.

13
New cards

Simple Graph

An undirected graph with no parallel edges or loops.

14
New cards
<p>False</p>

False

True or False:

A simple graph can have loops.

15
New cards

Complete Graph

A graph where every pair of vertices is joined by exactly one edge.

16
New cards
<p>False</p>

False

True or False:

In a complete graph, not all vertices need to be connected.

17
New cards

Connected Graph

A graph where a path exists between every pair of vertices.

18
New cards

True

True or False:

A disconnected graph has at least one isolated vertex.

19
New cards

Regular Graph

A graph where all vertices have the same degree (e.g., 2-regular).

20
New cards
<p>False</p>

False

True or False:

In a 3-regular graph, one vertex can have degree 2.

21
New cards

Cyclic Graph

A graph containing at least one cycle (a closed path with no repeated vertices).

22
New cards

True

True or False:

A cycle graph with 3 vertices has 3 edges.

23
New cards

Acyclic Graph

A graph with no cycles (e.g., a tree).

24
New cards

True

True or False:

All trees are acyclic graphs.

25
New cards

Bipartite Graph

A graph whose vertices can be split into two disjoint sets where edges only connect vertices from different sets.

26
New cards
<p>False</p>

False

True or False:

A bipartite graph can have edges within the same set.

27
New cards

Complete Bipartite Graph

A bipartite graph where every vertex in one set is connected to every vertex in the other set.

28
New cards

Star Graph

A complete bipartite graph where one vertex connects to all others (e.g., SnSn​).

29
New cards

Weighted Graph

A graph with numerical labels (weights) assigned to edges.

30
New cards

Multi-graph

A graph with multiple edges between vertices or loops.

31
New cards
<p>False</p>

False

True or False:

The length of a path in a weighted graph is the number of edges.

32
New cards
<p>False</p>

False

True or False:

A simple graph is a type of multi-graph.

33
New cards

Planar Graph

A graph that can be drawn on a plane without edge crossings.

34
New cards
<p>False</p>

False

True or False:

K5​ (complete graph with 5 vertices) is planar.

35
New cards

Non-Planar Graph

A graph that cannot be drawn without edge crossings.

36
New cards
<p>False</p>

False

True or False:

All trees are non-planar.

37
New cards

Loop

An edge connecting a vertex to itself.

38
New cards
<p>False</p>

False

True or False:

Loops are allowed in simple graphs.

39
New cards

Parallel Edges

Multiple edges connecting the same pair of vertices.

40
New cards

True

True or False:

Parallel edges are allowed in multi-graphs.

41
New cards

Null Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
42
New cards

Trivial Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
43
New cards

Simple Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
44
New cards

Undirected Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
45
New cards

Directed Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
46
New cards

Complete Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
47
New cards

Connected Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
48
New cards

Disconnected Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
49
New cards

Regular Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
50
New cards

Cyclic Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
51
New cards

Acyclic Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
52
New cards

Bipartite Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
53
New cards

Complete Bipartite Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
54
New cards

Star Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
55
New cards

Weighted Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
56
New cards

Multi-graph

What type of Graph is this?

<p>What type of Graph is this?</p>
57
New cards

Planar Graph

What type of Graph is this?

<p>What type of Graph is this?</p>
58
New cards

Non - Planar Graph

What type of Graph is this?

<p>What type of Graph is this?</p>