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
Why is it important to memset a variable, immediately after allocating memory to it ?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Explain the ternary tree?
What is static function in c?
What are qualifiers and modifiers c?
Can we assign string to char pointer?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is void c?
Can you please explain the difference between exit() and _exit() function?
Combinations of fibanocci prime series
Can a variable be both constant and volatile?
Why pointers are used?
What does c value mean?
Which is best book for data structures in c?
What is getch?