Skip to content

Algorithms

Identify the correct definition of Sorting stability.

Difficulty: Hard

About this MCQ

This Hard Algorithms MCQ checks one syllabus fact.

The question is: “Identify the correct definition of Sorting stability.”

The accepted answer is D. A property of a sorting algorithm where elements with equal keys retain their original relative order.. Sorting stability refers to a property of a sorting algorithm where elements with equal keys retain their original relative order.

Correct answer

D. A property of a sorting algorithm where elements with equal keys retain their original relative order.

Explanation

Sorting stability refers to a property of a sorting algorithm where elements with equal keys retain their original relative order.

Source: Algorithms Official Reference Guide

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

Submitted by: MCQsHub Editorial

Related MCQs

More Algorithms MCQs