Time complexity of the solution
|
|
0
|
8
|
May 20, 2022
|
Help with conditional for shrinking window
|
|
1
|
44
|
March 14, 2022
|
End() in unordered_map
|
|
1
|
37
|
March 11, 2022
|
Doubt regarding the input constraint
|
|
1
|
26
|
January 23, 2022
|
Would bit-wise operation work?
|
|
1
|
87
|
January 5, 2022
|
Permutation in a String, https://www.educative.io/courses/grokking-the-coding-interview/N0o9QnPLKNv
|
|
2
|
106
|
January 4, 2022
|
Why do we let the character count go into negative
|
|
2
|
90
|
October 16, 2021
|
I don't get this line in the solution
|
|
3
|
120
|
September 20, 2021
|
Is the 24th line of the solution wrong?
|
|
8
|
458
|
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
|
115
|
May 7, 2021
|
Time complexity sliding window problem 1
|
|
1
|
131
|
April 10, 2021
|
The solution is overkill, I think I have a much more simple solution
|
|
2
|
343
|
March 18, 2021
|
Is shrinking the window when a character not in the pattern alphabet necessary?
|
|
1
|
108
|
March 18, 2021
|
Why are we putting the character back in again
|
|
3
|
156
|
January 23, 2021
|
Why do we need to keep track of the counts of each char?
|
|
2
|
127
|
January 6, 2021
|
Alternate solution utilizing casting
|
|
1
|
128
|
June 23, 2020
|
Possible O(N) Solution
|
|
1
|
217
|
May 18, 2020
|