1.

Bubble sort is also known as ___________(a) stupid sort(b) ship sort(c) sinking sort(d) shell sortThis question was posed to me in examination.My question is based upon Sorting in section Sorting of Data Structures & Algorithms II

Answer»

The CORRECT choice is (c) sinking sort

The best explanation: Bubble sort is also referred to as sinking sort. It CONTINUOUSLY compares the VALUE of adjacent elements as it traverses through an ARRAY and swaps the elements which are out of order.



Discussion

No Comment Found

Related InterviewSolutions