Which sort is best for the set: 1 2 3 5 4
a) Quick Sort
b) Bubble Sort
c) Merge Sort
No Answer is Posted For this Question
Be the First to Post Answer
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is a mutable member?
What is the difference between equal to (==) and assignment operator (=)?
What is an inline function in c++?
What is singleton class in c++?
What is enum class in c++?
Why the usage of pointers in C++ is not recommended ?
Differentiate between the message and method in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Is multimap sorted c++?