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 / shruti
Quicksort is a better option compared to the other twoo...
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
about c language
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Where is c used?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How many types of operators are there in c?
Write a program to reverse a string.
What is meant by type specifiers?
Explain how can a program be made to print the line number where an error occurs?
What is c definition?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is the meaning of typedef struct in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
How can I determine whether a machines byte order is big-endian or little-endian?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.