Which algorithm do you like the most? Why?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic concept of c++?

584


What are vtable and vptr?

631


Comment on assignment operator in c++.

728


What is general form of pure virtual function? Explain?

520


Why do we use the using declaration?

670






Explain method of creating object in C++ ?

605


Implement stack operations with pointers with appropriate exception checks.

576


Write is a binary search tree? Write an algo and tell complexity?

606


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2007


What does the linker do?

605


Define linked lists with the help of an example.

562


What is virtual methods?

671


Which should be more useful: the protected and public virtuals?

606


What are the 4 types of library?

602


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

649