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
Answers were Sorted based on User's Feedback
Answer / bukke ramesh naik
quicksort is best one compare two others because quick sort
takes node lists
Is This Answer Correct ? | 2 Yes | 3 No |
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
explain what is an endless loop?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What are loops in c?
What is #include in c?
what is the self-referential structure?
What is %d used for?
How do shell structures work?
Write a program to swap two numbers without using third variable?
What are lookup tables in c?
Calculate 1*2*3*____*n using recursive function??