Pls help me to solving that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Pls help me to solving that

Given two sorted lists of size m and n, we want to find the kth smallest element in the concatenation of the two lists. Fill in the blanks below so we get an algorithm whose running time is O(lgm+ lgn). Assume k < m and k < n in java

24th May 2021, 11:16 AM
Habiba Alaa
2 Answers
+ 5
Habiba Alaa , before we can help you, please put your attempt in playground and link it here. please also give a sample of input data, and the expected output thanks for your understanding!
24th May 2021, 11:19 AM
Lothar
Lothar - avatar
+ 3
Post your code first
24th May 2021, 11:20 AM
Atul [Inactive]