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 client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What's the total generic pointer type?
Why is c called c?
Can you write the function prototype, definition and mention the other requirements.
Where static variables are stored in memory in c?
Who is the main contributor in designing the c language after dennis ritchie?
What is the purpose of the statement: strcat (S2, S1)?
C program to find all possible outcomes of a dice?
Explain how can I manipulate strings of multibyte characters?
What is #define size in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is function pointer c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
How main function is called in c?
What is meant by errors and debugging?