Sort And Searching Question:

Tell me why might quick sort might be better than merge sort

Sort And Searching Interview Question
Sort And Searching Interview Question

Answer:

Quick sort also preserves order. Merge sort has undefined behavior wrt order.


Previous QuestionNext Question
Tell me which of the following maintain index associations?

• ksort
• asort
• sort
Explain what is linear search?