which of the following is efficient in terms of space
a. insertion sort
b. quick sort
c. selection
d. both a and c
Answer Posted / priyan
quick sort
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please any one pass file aid,xpeditor and endeavor tools
how many types of operating system are avaliable?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
purpose of abstraction and interface
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
public static void main(String args[]) describe it
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
Write a program to show polymorphism.
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)