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

What is a dangling pointer?

3 Answers   Glenwood,


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


Is c++ an integer?

0 Answers  


What is constructor c++?

0 Answers  


Why do we use setw in c++?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


What is & in c++ function?

0 Answers  


When should we use multiple inheritance?

0 Answers  


What is data hiding c++?

0 Answers  


Categories