100+ curated problems from top tech interviews
9 problems found
Find min eating speed for h hours...
Find position to insert target...
Query key value at timestamp...
Find first bad version...
Find target in rotated array...
Find median of two sorted arrays...
Find range of target in sorted array...
Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists...
There is an integer array nums sorted in ascending order (with distinct values). Prior to being passed to your function, nums is possibly rotated at a...