binarySearch

fun binarySearch(element: String, fromIndex: Int = 0, toIndex: Int): Int