chenyufeng1991 / 34.-Search-for-a-Range

Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the order of O(log n). If the target is not found in the array, return [-1, -1].

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chenyufeng1991/34.-Search-for-a-Range Stargazers