Tag: a-binary-search
All the articles with the tag "a-binary-search".
Elevator Closest Floors (Shortest Path, Related to Shortest Seek Time First Disk Seek Algorithm)
Updated: at 07:23 AMSolutions for Elevator Shortest Path, medium, tags: array, binary search.
LeetCode 862 LintCode 1507 Shortest Subarray with Sum at Least K
Updated: at 07:22 AMSolutions for LeetCode 862, LintCode 1507, hard, tags: array, queue, sliding window, heap, monotonic queue, binary search, prefix sum.
LeetCode 2064 Minimized Maximum of Products Distributed to Any Store
Updated: at 05:12 AMSolutions for LeetCode 2064, medium, tags: array, binary search, heap.
LeetCode 2563 Count the Number of Fair Pairs
Updated: at 09:12 AMSolutions for LeetCode 2563, medium, tags: array, two pointers, binary search, sorting.
LeetCode 1574 Shortest Subarray to be Removed to Make Array Sorted
Updated: at 07:22 AMSolutions for LeetCode 1574, medium, tags: array, binary-search, two-pointers.