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 |
what is the use of ~ in c lang?????
char p="data"; printf(p);
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is a stream water?
What are bitwise shift operators in c programming?
difference between malloc and calloc
What does the format %10.2 mean when included in a printf statement?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is a stream?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How many types of arrays are there in c?
what is diffrence between string and character array?