Incorrect solution still passes all test cases
|
|
1
|
20
|
May 17, 2022
|
Longest Substring with K Distinct Characters (medium)
|
|
1
|
110
|
August 27, 2021
|
Needs better testcases to avoid map vs set confusion
|
|
2
|
81
|
February 28, 2022
|
A bit simpler code using different Map functions
|
|
1
|
71
|
February 28, 2022
|
Simpler Python solution with sets
|
|
1
|
55
|
February 28, 2022
|
Input formatting seems wrong for example
|
|
1
|
27
|
January 26, 2022
|
Difference between time complexity of collections.counter vs hashmap
|
|
1
|
34
|
January 13, 2022
|
Why am I getting indexout of Bound exception here?
|
|
1
|
43
|
December 14, 2021
|
I did not understand the question
|
|
1
|
42
|
December 14, 2021
|
Do you even need to keep a character frequency count?
|
|
1
|
65
|
October 13, 2021
|
Simpler solution compared with official one
|
|
1
|
83
|
October 6, 2021
|
Can i use HashSet here instead of HashMap
|
|
1
|
71
|
October 4, 2021
|
Why is Time complexity O(N+N)
|
|
2
|
127
|
August 27, 2021
|
Question about the given code
|
|
1
|
75
|
August 10, 2021
|
KeyError: 'a' (Python)
|
|
1
|
39
|
August 6, 2021
|
Why use a map to store character frequency when its never used?
|
|
1
|
64
|
July 9, 2021
|
Python 3 argument name
|
|
1
|
66
|
June 17, 2021
|
Can I use If instead of While as the results seems to be the same?
|
|
1
|
183
|
March 28, 2021
|
Shrinking the sliding window unnecessary
|
|
1
|
110
|
March 13, 2021
|
Why use a hashmap in the explanation when a hashet solution is simpler?
|
|
1
|
95
|
January 1, 2021
|
Running time of Longest Substring with K Distinct Characters
|
|
2
|
101
|
December 18, 2020
|
Getting max_len value len(window_size) +1
|
|
1
|
85
|
November 29, 2020
|
Space complexity is O(1)
|
|
2
|
219
|
November 11, 2020
|
Why did we use base64 encoding after hashing (using md5) the URL. Can we not use the characters from the 128 bit hash value?
|
|
0
|
112
|
August 4, 2019
|