Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...)

a) Quicksort

b) Linear Search

c) Bubble Sort


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain about Garbage Collector?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


What are the 3 levels of programming languages?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


How the V-Table mechanism works?

6 Answers   HP,


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


What is a c++ map?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What is stl containers in c++?

0 Answers  


Why is main function important?

0 Answers  


Why do we learn c++?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


Categories