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



Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 20000..

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

Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 20000..

Answer / shruti

Quicksort is a better option compared to the other twoo...

Is This Answer Correct ?    4 Yes 6 No

Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 20000..

Answer / vishnu948923

Quicksort

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More C Interview Questions

write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


How do you determine whether to use a stream function or a low-level function?

0 Answers  






if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


What are conditional operators in C?

0 Answers   Adobe,


What is structure padding in c?

0 Answers  


What is the purpose of sprintf() function?

0 Answers  


What is function and its example?

0 Answers  


What does node * mean?

0 Answers  


Categories