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 / bukke ramesh naik

quicksort is best one compare two others because quick sort
takes node lists

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an endless loop?

788


How can you restore a redirected standard stream?

594


how many errors in c explain deply

1617


code for replace tabs with equivalent number of blanks

1625


what will be maximum number of comparisons when number of elements are given?

1395






How can I read in an object file and jump to locations in it?

561


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

903


write a program in c language to print your bio-data on the screen by using functions.

6229


Explain union.

626


How can I run c program?

669


I have seen function declarations that look like this

585


What is the Purpose of 'extern' keyword in a function declaration?

634


Write a program to find the biggest number of three numbers in c?

572


What is a null string in c?

569


What is table lookup in c?

616