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


Please Help Members By Posting Answers For Below Questions

Differentiate between Macro and ordinary definition.

740


What is the right way to use errno?

631


Explain spaghetti programming?

691


what are the facialities provided by you after the selection of the student.

1666


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1504






What is the method to save data in stack data structure type?

618


What is the use of a static variable in c?

600


What is use of pointer?

599


Explain what does it mean when a pointer is used in an if statement?

625


Write a program to generate the Fibinocci Series

676


Explain built-in function?

605


How many levels of pointers can you have?

715


Give differences between - new and malloc() , delete and free() ?

618


What does %d do in c?

554


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

689