Programming Question

Question: Given a sorted array of strings that is interspersed with empty strings, write a method to find the location of a given string. Input: ball, {"at", "","","","ball","","","car","","","dad","",""} Output: 4

From: Cracking the Coding Interview [McDowell]

Subject: Sorting and Searching

Load Another Question


Select a Subject