Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value.
Click here
Use binary search to find start position and another search to find end. O(log n) time, O(1) space.Run make to run python and Swift files.