Skip to content

Algorithms

Select the correct name for: a graph traversal algorithm that explores as far as possible along each branch before backtracking.

Difficulty: Medium

About this MCQ

This Medium Algorithms MCQ checks one syllabus fact.

The question is: “Select the correct name for: a graph traversal algorithm that explores as far as possible along each branch before backtracking.”

The accepted answer is B. Depth-first search (DFS). Depth-first search (DFS) refers to a graph traversal algorithm that explores as far as possible along each branch before backtracking.

Correct answer

B. Depth-first search (DFS)

Explanation

Depth-first search (DFS) refers to a graph traversal algorithm that explores as far as possible along each branch before backtracking.

Source: Algorithms Official Reference Guide

Tags: computer science, algorithms, problem solving, complexity analysis

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs