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
What is extern variable in c with example?
How does selection sort work in c?
How is null defined in c?
What tq means in chat?
What is volatile variable in c?
What is wrong with this declaration?
Explain how can I avoid the abort, retry, fail messages?
Add Two Numbers Without Using the Addition Operator
How can you find the exact size of a data type in c?
explain what are pointers?
What is the difference between abs() and fabs() functions?
Can you mix old-style and new-style function syntax?
What is the use of function overloading in C?
How can I implement sets or arrays of bits?
What are shell structures used for?