Proposed Solution is not really O(N)
|
|
1
|
15
|
May 16, 2022
|
When product is bigger than target, why do we set the upperbound for left pointer to length of the arrary
|
|
1
|
146
|
May 16, 2022
|
Topological Sort, JS
|
|
1
|
13
|
May 13, 2022
|
A tiny bit simpler solution
|
|
1
|
125
|
May 13, 2022
|
Memo + String Scan (no recursion)
|
|
1
|
70
|
May 12, 2022
|
About Happy number question description
|
|
1
|
13
|
May 12, 2022
|
Why do we add 1 here
|
|
3
|
23
|
May 11, 2022
|
For loop logic, can someone explain?
|
|
1
|
24
|
May 11, 2022
|
[Two Pointer] Does this problem assume a single solution? Possibility of multiple solutions
|
|
2
|
12
|
May 11, 2022
|
Wrong Calculation of Running Complexity
|
|
2
|
85
|
May 10, 2022
|
Can we have a c++ implementation of this?
|
|
3
|
9
|
May 10, 2022
|
Why does maxOnesCount value get reduced when shrinking the window?
|
|
3
|
48
|
May 10, 2022
|
Will this be also an acceptable solution?
|
|
0
|
15
|
May 9, 2022
|
Why I need these lines of code
|
|
1
|
27
|
May 8, 2022
|
Why must we use the expression -X = Y + Z
|
|
1
|
10
|
May 7, 2022
|
Proposal of subjectively simpler solution. Please provide feedback
|
|
2
|
312
|
May 7, 2022
|
Kotlin using one heap, is it correct?
|
|
0
|
12
|
May 6, 2022
|
Could this be N^2 worst case?
|
|
0
|
16
|
May 5, 2022
|
Should we merge intersections?
|
|
0
|
14
|
May 5, 2022
|
How to add emoji in javascript code/
|
|
3
|
15
|
May 4, 2022
|
Other ways to fund similar titles
|
|
0
|
14
|
May 4, 2022
|
H2 console link not working
|
|
1
|
10
|
May 3, 2022
|
This line seems to be completely unnecessary
|
|
0
|
18
|
May 3, 2022
|
Why not just return maxRepeatLetterCount + k
|
|
2
|
241
|
May 1, 2021
|
Is the following would be an acceptable solution?
|
|
0
|
13
|
May 2, 2022
|
Please share the graphic version of this "5 4 3 x x 8 x x 6 x x"
|
|
0
|
11
|
May 2, 2022
|
I think there is a bit more intuitive solution without map for this problem
|
|
0
|
13
|
May 2, 2022
|
Solution#1: Brute Force (code phrase "and i is not j")
|
|
0
|
8
|
May 1, 2022
|
Course pages are not available
|
|
6
|
76
|
April 28, 2022
|
Slight optimisation to the algorithm
|
|
1
|
35
|
April 28, 2022
|