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
Write a c program to demonstrate character and string constants?
Calculate 1*2*3*____*n using recursive function??
Hi can anyone tell what is a start up code?
There seem to be a few missing operators ..
Why clrscr is used in c?
Why is c still so popular?
What is the main difference between calloc () and malloc ()?
What is string function c?
What are the complete rules for header file searching?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the difference between constant pointer and constant variable?
What does emoji p mean?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Explain how many levels deep can include files be nested?
Is there any demerits of using pointer?