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

How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


What is an accessor in c++?

0 Answers  


What is a .lib file in c++?

0 Answers  


What are c++ storage classes?

0 Answers  


What is the use of "new" operator?

0 Answers  






What do you mean by stack unwinding in c++?

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


What is set in c++?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


Do vectors start at 0 c++?

0 Answers  


Categories