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 string in a sorted and sparsed array of strings.
Input
A sparsed, ...
Given a sorted array of strings interspersed with empty strings, find the index of a given string.
Implement a function that returns the index of the target string in a sorted and sparsed array of strings.
A sparsed, ...