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 oops
What is #include ctype h in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
const char * char * const What is the differnce between the above two?
How many storage classes are available in C++?
How do I tokenize a string in c++?
What's the order in which the local objects are destructed?
What do you mean by funtion prototype?
What are the manipulators in c++?
structure contains int, char, float how it behaves for big endian and little endian?
What is a c++ object?
What does ctime() do?