INTERVIEW QUESTIONS
DATABASE
DATA STRUCTURE
DETAILS
Question: What are the various kinds of sorting techniques? Which is has best case?
Answer: Bubble sort,Quick sort,Insertion sort,Selection sort Merge sort,Heap sort Among the sorting algorithms quick sort is the best one
|
Question:
What are the various kinds of sorting techniques? Which is has best case?
Answer:
Bubble sort,Quick sort,Insertion sort,Selection sort Merge sort,Heap sort Among the sorting algorithms quick sort is the best one Source: CoolInterview.com
can you differentiate above all sorting technique.And which type sorting will be more complex.list out the no of steps taken by the sorting technique by some basic examples. Source: CoolInterview.com
Answered by: sathish | Date: 10/15/2009
| Contact sathish
heap sort is the best sorting technique bccoz its complexity in best case ,worst and avg case is of O(nlogn)
in worst case quick sort the complexity in best case and avg case is of O(nlogn) and worst case O(n^2) Source: CoolInterview.com
Answered by: waqas afsar | Date: 7/7/2010
| Contact waqas afsar
quick,insertion selection,heap,merge,bubble.bubble is the best one because in this sorting the adjacent numbers are compared and then sorted. Source: CoolInterview.com
Answered by: vivek sharma | Date: 7/12/2010
| Contact vivek sharma
Radix Algorithm:It has O(n)as best and worst time complexities Source: CoolInterview.com
Answered by: grandhivenkatesh | Date: 7/25/2010
| Contact grandhivenkatesh
What is Link List Source: CoolInterview.com
Answered by: sahil Afridi | Date: 8/9/2010
| Contact sahil Afridi
The different kind of sorting methods like, Bubble sort,Insertion sort,selection sort,heap sort,Quick sort
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/9/2010
| Contact nicku
Bubble sort, merge sort, quick sort, Heap sort, radix sort,selection sort, insertion sort, among all sorting quick sort is most efficient, because the time complexity is less comparison to other sorting. Source: CoolInterview.com
Answered by: dayanidhi jena | Date: 8/26/2010
| Contact dayanidhi jena
quick sort is best sorting technique. Source: CoolInterview.com
Answered by: venkat | Date: 8/30/2010
| Contact venkat
bubble sort,heap sort,insertion sort,selection sort,quick sort are different types of sorting. quick sorting is the best technique. Source: CoolInterview.com
Answered by: faraz ahmad | Date: 9/10/2010
| Contact faraz ahmad
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|