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 / keerthana
Merge Sort.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Explain the use of 'auto' keyword in c programming?
Can you return null in c?
When is the “void” keyword used in a function?
How would you rename a function in C?
Why c is a procedural language?
What are type modifiers in c?
How can you draw circles in C?
Explain what is output redirection?
Explain what are the advantages and disadvantages of a heap?
What are disadvantages of C language.
Explain how can a program be made to print the line number where an error occurs?
What is scope and lifetime of a variable in c?
Which type of language is c?
What are the 32 keywords in c?
Explain the Difference between the New and Malloc keyword.