Error in serialize and deserialize method 2
|
|
1
|
7
|
April 7, 2021
|
Why interchanging these two lines breaks the program?
|
|
1
|
16
|
March 22, 2021
|
Is there a typo in the problem description?
|
|
1
|
12
|
March 18, 2021
|
createBST - source code?
|
|
1
|
17
|
February 28, 2021
|
My understanding of the Time Complexity Question
|
|
1
|
11
|
February 23, 2021
|
Why not just iterate to both lists' ends, and simply compare the tail address?
|
|
1
|
10
|
February 21, 2021
|
Unclear example
|
|
3
|
160
|
February 20, 2021
|
Test broken in Find n'th Node from the End
|
|
1
|
19
|
February 17, 2021
|
Animation incorrectly states that row 3 is unsafe
|
|
2
|
14
|
February 15, 2021
|
What if the intersection is at the first position
|
|
1
|
17
|
February 9, 2021
|
Space complexity in solution 2 is logn?
|
|
3
|
101
|
February 7, 2021
|
Solution on java is actually O(n^2)
|
|
1
|
26
|
February 6, 2021
|
What is head.next doing in the recursive solution?
|
|
1
|
27
|
January 28, 2021
|
Can we do this with simple recursion?
|
|
1
|
38
|
January 19, 2021
|
Question For Print Tree Perimeter -- Iterative solution
|
|
1
|
21
|
January 7, 2021
|
Sum with dummy node
|
|
2
|
38
|
January 6, 2021
|
What would the runtime be if you determined the number of rotations, then called binary search?
|
|
1
|
25
|
December 31, 2020
|
How is space complexity linear?
|
|
1
|
40
|
December 19, 2020
|
How to merge two sorted double link
|
|
1
|
38
|
November 28, 2020
|
How aab*e*cd*a is a matching pattern?
|
|
1
|
30
|
November 17, 2020
|
Minimum Spanning Tree - Coderust: Hacking the Coding Interview
|
|
1
|
44
|
October 20, 2020
|
In the exam section, the list comparison is broken
|
|
2
|
48
|
October 2, 2020
|
Motorbike age check is broken in test case
|
|
2
|
44
|
October 2, 2020
|
What is the need of such a complicated solution using Deque?
|
|
1
|
112
|
September 14, 2020
|
Not O(1) implemenation
|
|
1
|
73
|
February 22, 2020
|
Iterative solution
|
|
1
|
65
|
April 3, 2020
|
More classic recursion approach
|
|
1
|
60
|
April 2, 2020
|
Shorter solution in Python, works on lists with any elements
|
|
1
|
55
|
April 1, 2020
|
Test does take into account the order in the output though it shouldn't
|
|
1
|
64
|
July 30, 2019
|
Solution using Python chain comparisons
|
|
1
|
63
|
March 31, 2020
|