Graph Theory Quiz

Source:
1

What is the primary difference between Depth-First Search (DFS) and Breadth-First Search (BFS) in graph traversal?

2

Which algorithm is commonly used to find the shortest path in a weighted graph?

3

What type of graph has edges that have a direction associated with them?

4

In network flow problems, what is typically being maximized?

5

What is the primary goal of community detection in graphs?

6

Which of the following is a characteristic of a weighted graph?

7

What is a common application of graph theory in social networks?

8

Which algorithm is known for solving the maximum flow problem in a flow network?

9

What is the primary difference between directed and undirected graphs?

10

In the context of graph theory, what does BFS stand for?