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 |
What is a static element?
How to demonstrate the use of a variable?
sizeof- is it functioning statically or dynamically?
What is the difference between structures and unions?
Implement strcmp
What can I safely assume about the initial values of variables which are not explicitly initialized?
Check for Balanced Parentheses using Stack?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
What are the differences between the function prototype and the function defi-nition?
What are single and multiple inheritances in c++?
What is namespace & why it is used in c++?
Briefly describe a B+ tree. What is bulk loading in it?