Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Given k sorted lists Ly.Lg..,ILi of/k numbers each with 1 s ks n, design a divide-and- conquer algorithm to sort all n numbers in
1. Given k sorted lists Ly.Lg..,ILi of"/k numbers each with 1 s ks n, design a divide-and- conquer algorithm to sort all n numbers in the k sorted lists. Your algorithm should run in O(n log k) time (instead of O (n logn) time) (20 points) Note: 0 points will be given for this problem if your algorithm is not based on the divide-and- conquer technique 12.k 2. Let A1. n] and B[1... n] be two arrays, each containing n numbers already sorted in the increasing order. Design an O (log n) time algorithm to find the median of all 2n elements in A and B. (The median of the 2n elements is the n-th smallest element.) (20 points)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started