how to find the kth smallest element in the given list of
array elemnts.

Answer Posted / siva

This is a problem of Kth smallest element of QUICK SORT technique

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include stdio h?

913


Is there anything like an ifdef for typedefs?

915


diff between exptected result and requirement?

1819


Is c dynamically typed?

901


List some basic data types in c?

777


Explain the difference between #include "..." And #include <...> In c?

809


What is huge pointer in c?

782


Place the #include statement must be written in the program?

780


What are the two types of functions in c?

782


What does struct node * mean?

823


Explain is it better to bitshift a value than to multiply by 2?

961


What is linear search?

921


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

1003


What is difference between array and pointer in c?

777


How do you declare a variable that will hold string values?

939