Challenge: Sparse Search

Given a sorted array of strings interspersed with empty strings, find the index of a given string.

Problem Statement

Implement a function that returns the index of the target ...

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.