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 the stack?

5 Answers   IBM, ICICI,


How much do c++ programmers make?

0 Answers  


What are vtable and vptr?

0 Answers  


what is Loop function? What are different types of Loops?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  






Is c++ harder than java?

0 Answers  


What is the basic of c++?

0 Answers  


Explain object slicing in c++?

0 Answers  


Can we use struct in c++?

0 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


What is polymorphism in c++? Explain with an example?

0 Answers  


When should we use multiple inheritance?

0 Answers  


Categories