Why is matched incremented only when the frequency is 0?
|
|
2
|
47
|
June 11, 2022
|
Time complexity of the solution
|
|
0
|
61
|
May 20, 2022
|
Help with conditional for shrinking window
|
|
1
|
107
|
March 14, 2022
|
End() in unordered_map
|
|
1
|
94
|
March 11, 2022
|
Doubt regarding the input constraint
|
|
1
|
61
|
January 23, 2022
|
Would bit-wise operation work?
|
|
1
|
117
|
January 5, 2022
|
Permutation in a String, https://www.educative.io/courses/grokking-the-coding-interview/N0o9QnPLKNv
|
|
2
|
167
|
January 4, 2022
|
Why do we let the character count go into negative
|
|
2
|
147
|
October 16, 2021
|
I don't get this line in the solution
|
|
3
|
163
|
September 20, 2021
|
Is the 24th line of the solution wrong?
|
|
8
|
601
|
September 10, 2021
|
Cant we take a sum of pattern as required_sum and treat this problem as substring of given sum and given length
|
|
2
|
140
|
May 7, 2021
|
Time complexity sliding window problem 1
|
|
1
|
152
|
April 10, 2021
|
The solution is overkill, I think I have a much more simple solution
|
|
2
|
427
|
March 18, 2021
|
Is shrinking the window when a character not in the pattern alphabet necessary?
|
|
1
|
135
|
March 18, 2021
|
Why are we putting the character back in again
|
|
3
|
198
|
January 23, 2021
|
Why do we need to keep track of the counts of each char?
|
|
2
|
168
|
January 6, 2021
|
Alternate solution utilizing casting
|
|
1
|
156
|
June 23, 2020
|
Possible O(N) Solution
|
|
1
|
246
|
May 18, 2020
|