how to find the kth smallest element in the given list of
array elemnts.
Answer Posted / sunil
This is a problem of "Order statistics". A good link describing all possible solutions along with code and output is at below link.
http://www.rawkam.com/?p=870
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain how can you tell whether two strings are the same?
What is the use of a static variable in c?
What is derived datatype in c?
Explain the use of fflush() function?
What is meant by realloc()?
Explain how are 16- and 32-bit numbers stored?
write a program in c language to print your bio-data on the screen by using functions.
How can variables be characterized?
which type of aspect you want from the student.
What are different types of operators?
How does pointer work in c?
Explain modulus operator. What are the restrictions of a modulus operator?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is wrong with this program statement? void = 10;
Do variables need to be initialized?