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 the difference between a pointer and a link in c ++?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What are the five basic elements of a c++ program?
Explain RAII (Resource Acquisition Is Initialization).
Can union be self referenced?
What is copy constructor? Can we make copy constructor private in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
Which programming language is best?
What is an operator function? Describe the function of an operator function?
What is a template in c++?
difference between the c++ and c languages