Which algorithm do you like the most? Why?

Answer Posted / irshad

Bubble sort..

simple robust & fast

This type of sorting is good for web

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are single and multiple inheritances in c++?

561


What is polymorphism & list its types in c++?

626


What is iterator c++?

553


What are the rules about using an underscore in a c++ identifier?

636


Is c++ a pure oop language?

602






Is python better than c++?

589


How can we check whether the contents of two structure variables are same or not?

591


Can a program run without main function?

623


What is meant by entry controlled loop? What all C++ loops are exit controlled?

573


What are the advantages of c++ over c?

586


How would you differentiate between a pre and post increment operators while overloading?

654


What is the hardest coding language to learn?

607


What is the identity function in c++? How is it useful?

553


What is fixed in c++?

588


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

840