Which algorithm do you like the most? Why?
Answers were Sorted based on User's Feedback
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 |
Answer / irshad
Bubble sort..
simple robust & fast
This type of sorting is good for web
| Is This Answer Correct ? | 3 Yes | 9 No |
how to swap two strings without using any third variable ?
What is capacity in vector in c++?
What are the extraction and insertion operators in c++?
What is basic if statement syntax?
What is virtual destructor? What is its use?
Is c++ a high level language?
Is it possible to have a recursive inline function in c++?
What is flush c++?
Is linux written in c or c++?
Is c++ high level programming language?
Why c++ is called oop?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)