Tag: c-google
All the articles with the tag "c-google".
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 542 LintCode 974 01 Matrix and LeetCode 1765 Map of Highest Peak
Published: at 06:23 AMSolutions for LeetCode 542, LeetCode 1765, and LintCode 974, hard, tags: array, queue, sliding window, heap, monotonic queue.
LeetCode 408 LintCode 637 Valid Word Abbreviation
Published: at 06:23 AMSolutions for LeetCode 408 LintCode 637, easy, tags: two pointers, string, companies: facebook, google.
LeetCode 214 LintCode 678 Shortest Palindrome (GeeksForGeeks Minimum Insertion to Form Shortest Palindrome)
Published: at 06:23 AMSolutions for LeetCode 239, LintCode 678, medium, tags: two pointers, string, kmp, rabin-karp, rolling hash.
LeetCode 487 LintCode 883 Max Consecutive Ones II
Published: at 08:23 AMSolutions for LeetCode 487, LintCode 833, medium, tags: array, dynamic programming, sliding window, two pointers, companies: google.
LeetCode 465 LintCode 707 Optimal Account Balancing
Updated: at 07:24 AMSolutions for LeetCode 465 LintCode 707, hard, tags: bit, array, dynamic programming, backtracking, bitmask.