Would you rather wait for the results of a quicksort, a
linear search, or a bubble sort on a 200000 element array?
1) Quicksort
2) Linear Search
3) Bubble Sort
Answer Posted / vishnu948923
Quicksort
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How to define structures? ·
What are header files? What are their uses?
How do I send escape sequences to control a terminal or other device?
What is && in c programming?
What is the use of ?: Operator?
Why we use break in c?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is meant by recursion?
Which is better pointer or array?
What are run-time errors?
where are auto variables stored? What are the characteristics of an auto variable?
Differentiate between the expression “++a” and “a++”?
What is pointers in c?
How to write a code for reverse of string without using string functions?
Write a c program to build a heap method using Pointer to function and pointer to structure ?