Tag: a-binary-search
All the articles with the tag "a-binary-search".
-
LeetCode 1235 Maximum Profit in Job Scheduling
Solutions for LeetCode 1235, hard, tags: array, binary search, dynamic programming, sorting.
-
LeetCode 862 LintCode 1507 Shortest Subarray with Sum at Least K
Updated:Solutions for LeetCode 862, LintCode 1507, hard, tags: array, queue, sliding window, heap, monotonic queue, binary search, prefix sum.
-
LeetCode 658 LintCode 460 Find K Closest Elements
Updated:Solutions for LeetCode 658 LintCode 460, medium, tags: array, binary-search, sliding-window, sorting, heap; companies: google.
-
LeetCode 1346 Check If N and Its Double Exist
Updated:Solutions for LeetCode 1346, easy, tags: array, hash table, two pointers, binary search, sorting.
-
LeetCode 532 LintCode 1187 K-diff Pairs in An Array
Solutions for LeetCode 532 LintCode 1187, medium, tags: array, hash table, counting, two-pointers, binary-search; companies: nvidia, amazon.
-
LeetCode 875 LintCode 1492 Koko Eating Bananas
Solutions for LeetCode 875 LintCode 1492, medium, tags: array, binary search; companies: facebook, salesforce.