Fundamentals/Why Sorting Matters
← PrevNext →
Given an unsorted array of numbers and a target, return the index where the target would appear in the sorted array (or -1 if missing).