Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...)
a) Quicksort
b) Linear Search
c) Bubble Sort
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between c++ 11 and c++ 14?
Difference between a copy constructor and an assignment operator.
Define anonymous class.
How to declaring variables in c++?
Explain rethrowing exceptions with an example?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
Does there exist any other function which can be used to convert an integer or a float to a string?
What is a pointer how and when is it used?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)