Would you rather wait for the results of a quicksort, a
linear search, or a bubble sort on a 200000 element array?
1) Quicksort
2) Linear Search
3) Bubble Sort
Answer Posted / bukke ramesh naik
quicksort is best one compare two others because quick sort
takes node lists
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a program to implement queue.
What is the basic structure of c?
what is ur strangth & weekness
Explain what are multidimensional arrays?
What is the difference between scanf and fscanf?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Explain what is a program flowchart and explain how does it help in writing a program?
What is use of integral promotions in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is default value of global variable in c?
Can we assign integer value to char in c?
Write a C program in Fibonacci series.
How can I read/write structures from/to data files?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is sizeof in c?