Which sorting algorithm is known for its stability?
Question 1
Q1. Which sorting algorithm is known for its stability?
Answer: Merge Sort
Explanation: Merge Sort is a stable sorting algorithm, maintaining the relative order of equal elements.