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 / shruti
Quicksort is a better option compared to the other twoo...
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
can we implement multi-threads in c.
Is c object oriented?
Explain that why C is procedural?
Why does the call char scanf work?
What oops means?
explain what are pointers?
What is c variable?
How can I convert a number to a string?
What is s in c?
Place the #include statement must be written in the program?
can anyone suggest some site name..where i can get some good data structure puzzles???
How can I trap or ignore keyboard interrupts like control-c?
How can you be sure that a program follows the ANSI C standard?
What is pragma in c?
When should the const modifier be used?