Which algorithm do you like the most? Why?

Answers were Sorted based on User's Feedback



Which algorithm do you like the most? Why?..

Answer / samrat das

Booth algorithm...

It shows how a multiplication goes on in the register level.
It helps a system programmer to create in register level program.

This type of algorithm helps in microprocessor architecture programming.

Is This Answer Correct ?    2 Yes 0 No

Which algorithm do you like the most? Why?..

Answer / irshad

Bubble sort..

simple robust & fast

This type of sorting is good for web

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More C++ General Interview Questions

1.what is the difference between software & package &application.

1 Answers   Infosys,


Why do we use double in c++?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What is set in c++?

0 Answers  






How long will it take to learn programming?

0 Answers  


What is a hash function c++?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


Keyword mean in declaration?

0 Answers  


How delete [] is different from delete?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Categories