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
Is c dynamically typed?
Why array is used in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Are pointers really faster than arrays?
What are the preprocessor categories?
What are the rules for the identifier?
how to execute a program using if else condition and the output should enter number and the number is odd only...
how to capitalise first letter of each word in a given string?
Explain b+ tree?
What is the use of sizeof () in c?
all c language question
What are the complete rules for header file searching?
What is array of structure in c?
How do you define CONSTANT in C?
What are pointers in C? Give an example where to illustrate their significance.