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 |
Explain the difference between realloc() and free() in c++?
What are the types of pointer?
How do pointers work?
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
List out some of the OODBMS available?
What is an html tag?
In c++, what is the difference between method overloading and method overriding?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
What is using namespace std in cpp?
What is the difference between the parameter to a template and the parameter to a function?
What is the difference between reference type and pointers.
What is polymorphism & list its types in c++?