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
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
How do i find out the number of parameters passed into function?
how to stop execution of step 3 in a job mainframe
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
the systematic access of small computers in a distributed data processing system is referred as?
what is delimiter in sas ?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
< DL Compact > tag is used for
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
Difference of Console, web & windows applications?
Outline the two important features of a terminating recursion. Any ideas?