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
regarding pointers concept
Who developed c language and when?
Write a program to show the change in position of a cursor using c
Write a C program in Fibonacci series.
What is meant by gets in c?
What is difference between stdio h and conio h?
There seem to be a few missing operators ..
What is merge sort in c?
Explain what is #line used for?
What is the scope of an external variable in c?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Difference between malloc() and calloc() function?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
If the size of int data type is two bytes, what is the range of signed int data type?
What is the -> in c?