Search Insert Position

Return the index where the target should be inserted in a sorted array.

Difficulty:

Console