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
Answers were Sorted based on User's Feedback
Answer / bukke ramesh naik
quicksort is best one compare two others because quick sort
takes node lists
| Is This Answer Correct ? | 2 Yes | 3 No |
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain why C language is procedural?
How can I copy just a portion of a string?
Linked lists -- can you tell me how to check whether a linked list is circular?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Difference between linking and loading?
write a c program to store and print name,address,roll.no of a student using structures?
What are the valid places to have keyword “break”?
Explain how do you print an address?
How do I convert a string to all upper or lower case?
What is s or c?