Challenge: Sorted Array Multiple Search
Solve the Sorted Array Multiple Search Problem.
We'll cover the following
Problem
Sorted Array Multiple Search Problem
Search multiple keys in a sorted sequence of keys.
Input: A sorted array of distinct integers and an array of integers.
Output: For each , check whether it occurs in .
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.