Tag: a-sliding-window
All the articles with the tag "a-sliding-window".
-
HackerRank and GeeksForGeeks Minimum Replacements/Substitutions to Make Adjacent Characters Unequal
Solutions for , easy, tags: array, sliding window; companies: salesforce.
-
LeetCode 713 LintCode 1075 Subarray Product Less Than K
Solutions for LeetCode 713 and LintCode 1075, medium, tags: sliding window, two pointers, prefix sum; companies: salesforce, yatra.
-
HackerRank Bitwise Xor Operations
Solutions for hackerrank bitwise xor operations, medium, tags: bit, companies: salesforce.
-
LeetCode 487 LintCode 883 Max Consecutive Ones II
Solutions for LeetCode 487, LintCode 833, medium, tags: array, dynamic programming, sliding window, two pointers, companies: google.
-
LeetCode 239 LintCode 362 Sliding Window Maximum
Updated:solutions for LeetCode 239, LintCode 362, hard, tags: array, queue, sliding window, heap, monotonic queue. Companies: Amazon, Zenefits, Microsoft, Google.
-
LeetCode 3097 Shortest Subarray With OR at Least K II (bit)
Updated:solution for leetcode 3097 Shortest Subarray With OR at Least K II, tags: bit, sliding-window, array