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 pair in c++?

0 Answers  


What is the use of string in c++?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Why c++ is created?

0 Answers  


What is the latest c++ standard?

0 Answers  






write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX

1 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


What is a class definition?

0 Answers  


How java is different from c and c++?

0 Answers  


What is an adjust field format flag?

0 Answers  


What is a node class in c++?

0 Answers  


When the design recommends static functions?

2 Answers   Symphony,


Categories