InterviewSolution
Saved Bookmarks
| 1. |
Quick sort is a __________(a) greedy algorithm(b) divide and conquer algorithm(c) dynamic programming algorithm(d) backtracking algorithmI got this question in an interview for internship.My question comes from Quicksort in chapter Sorting of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) DIVIDE and conquer ALGORITHM |
|