Which of the following sorts is quickest when sorting the
following set: 1 2 3 5 4
1) Quick Sort
2) Bubble Sort
3) Merge Sort
Answer Posted / rohith
quick sort is the best sorting algorithm because time
complexity is O(nlogn)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and pointer in c?
What is enumerated data type in c?
c program to compute AREA under integral
What is the difference between text and binary i/o?
Why c is called a mid level programming language?
Why c is a procedural language?
How #define works?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Can we add pointers together?
What is auto keyword in c?
What is assert and when would I use it?
Why is this loop always executing once?
Who developed c language?
What are the restrictions of a modulus operator?