Tag: a-binary-search
All the articles with the tag "a-binary-search".
LeetCode 658 LintCode 460 Find K Closest Elements
Published: at 06:23 AMSolutions for LeetCode 658 LintCode 460, medium, tags: array, binary-search, sliding-window, sorting, heap; companies: google.
LeetCode 532 LintCode 1187 K-diff Pairs in An Array
Published: at 06:23 AMSolutions 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
Published: at 06:23 AMSolutions for LeetCode 875 LintCode 1492, medium, tags: array, binary search; companies: facebook, salesforce.
LeetCode 520 LintCode 1202 IPO
Published: at 06:23 AMSolutions for LeetCode 520 LintCode 1202, hard, tags: array, heap, greedy, sorting, binary search, dynamic programming, quick select.
LeetCode 540 LintCode 1183 Single Element in a Sorted Array
Published: at 06:23 AMSolutions for LeetCode 540 LintCode 1183, medium, tags: array, binary search.
LeetCode 1346 Check If N and Its Double Exist
Published: at 06:23 AMSolutions for LeetCode 1346, easy, tags: array, hash table, two pointers, binary search, sorting.