Skip to content

Commit

Permalink
LongestSubarrayWithAbsoluteDifferenceLessThanLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpak92 committed Apr 5, 2021
1 parent 432bdaf commit 2c2e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This repository contains the solutions to problems done from various resources f
- [x] [First Negative Number in every window of size K](https://github.com/kalpak92/TechInterview2020/blob/master/src/SlidingWindow/FirstNegativeInEveryWindowSizeK.java)
- [x] [Find all Anagrams of a String - Leetcode](https://github.com/kalpak92/TechInterview2020/blob/master/src/Leetcode/AllAnagramsInAString.java)
- [x] [Find the maximum value of all subarray of size k - Leetcode](https://github.com/kalpak92/TechInterview2020/blob/master/src/Leetcode/MaximumValueInSubarraySizeK.java)
- [x] [Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit - Leetcode]()
- [x] [Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit - Leetcode](https://github.com/kalpak92/TechInterview2020/blob/master/src/Leetcode/LongestSubarrayWithAbsoluteDifferenceLessThanLimit.java)
- [x] [Longest subarray with sum of the elements equal to the given value K for positive integer array](https://github.com/kalpak92/TechInterview2020/blob/master/src/SlidingWindow/LargestSubarraySumEqualsKforPositiveNumbers.java)
- [x] [Number of Subarrays with product < K - Leetcode](https://github.com/kalpak92/TechInterview2020/blob/master/src/Leetcode/SubarrayProductLessThanK.java)
- [x] [Longest substring with K Distinct Characters](https://github.com/kalpak92/TechInterview2020/blob/master/src/SlidingWindow/LongestSubstringWithKDistinctCharacters.java)
Expand Down

0 comments on commit 2c2e98a

Please sign in to comment.