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

What is difference between rand () and srand ()?

0 Answers  


What is pure virtual function? Or what is abstract class?

0 Answers  


What do nonglobal variables default to a) auto b) register c) static

0 Answers  


What is the purpose of the noexcept keyword?

1 Answers  


what is data encapsulation in C++?

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  


Who was the creator of c++?

0 Answers  


What is a storage class?

0 Answers  


How many ways are there to initialize an int with a constant?

1 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


What is the header file for setw?

0 Answers  


Categories