Home » Ask & Discuss » Board Exams - CBSE, ICSE, State Boards » Computer Science « Back to Discussion
Computer Science
Develop the algorithm - 1
None
You are given two sorted arrays of size n containing real numbers.You are suppose to develop an algorithm which runs in O(lg n) time for finding the i-th smallest element from the combined two arrays.Write the pseudocode or the actual code in C,C++ or Java and prove that the alogrithm is correct.











