A librarian has to rearrange the library books on a shelf in a proper order at the end of each day. Which of the following sorting techniques should be the librarian's ideal choice?
A) Bubble Sort
B) Insertion Sort
C) Selection Sort
D) Heap Sort
Answer & Solution:
Answer:
Option B
Solution:
Insertion Sort technique is the ideal choice for librarian to rearrange the library books on a shelf in a proper order at the end of each day.