Skip to content

Algorithms

The concept in which an algorithmic approach that makes the locally optimal choice at each step, hoping to find a global optimum is best known as which of these terms?

Difficulty: Medium

About this MCQ

This Medium Algorithms MCQ checks one syllabus fact.

The question is: “The concept in which an algorithmic approach that makes the locally optimal choice at each step, hoping to find a global optimum is best known as which of these terms?”

The accepted answer is D. Greedy algorithm. The concept in which an algorithmic approach that makes the locally optimal choice at each step hoping to find a global optimum is best known as which of these terms is answered by Greedy algorithm option D Option A Depth-first search DFS does not match the stem it is a near-miss used to catch incomplete recall of Greedy algorithm Option B Breadth-first search BFS does not match the stem it is a near-miss used to catch incomplete recall of Greedy algorithm Remaining alternatives Bubble sort fall outside the same rule and should be eliminated once Greedy algorithm is identified Algorithms questions of this type reward precise definitions rather than approximate associations Algorithms recall of this distinction is a regular item.

Correct answer

D. Greedy algorithm

Explanation

The concept in which an algorithmic approach that makes the locally optimal choice at each step hoping to find a global optimum is best known as which of these terms is answered by Greedy algorithm option D Option A Depth-first search DFS does not match the stem it is a near-miss used to catch incomplete recall of Greedy algorithm Option B Breadth-first search BFS does not match the stem it is a near-miss used to catch incomplete recall of Greedy algorithm Remaining alternatives Bubble sort fall outside the same rule and should be eliminated once Greedy algorithm is identified Algorithms questions of this type reward precise definitions rather than approximate associations Algorithms recall of this distinction is a regular item.

Source: Algorithms Official Reference Guide

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

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs