Rust - Why dont work the output on windows?
|
|
2
|
20
|
September 11, 2023
|
Why starting fast pointer from head.next and not head in splitInHalf method?
|
|
1
|
73
|
November 23, 2022
|
Example expected result wrong
|
|
0
|
57
|
November 2, 2022
|
Why memoize solution #2?
|
|
1
|
67
|
October 12, 2022
|
In the findIndexHigh
|
|
1
|
62
|
October 11, 2022
|
Missing display_tree function implementation
|
|
1
|
65
|
August 20, 2022
|
A better solution using two pointers
|
|
1
|
113
|
August 1, 2022
|
Is solution two assuming the array is sorted?
|
|
2
|
159
|
July 25, 2022
|
Find the Smallest Common Number
|
|
1
|
96
|
July 13, 2022
|
Seems simpler to use built-in functionality - but is it not the "optimal" solution?
|
|
2
|
117
|
July 4, 2022
|
The deque stores elements in decreasing order
|
|
1
|
84
|
June 24, 2022
|
Understandable exception thrown for solution
|
|
3
|
101
|
June 16, 2022
|
String.Substring makes it harder to understand?
|
|
1
|
88
|
June 6, 2022
|
One-pass solution
|
|
1
|
180
|
May 30, 2022
|
Memo + String Scan (no recursion)
|
|
1
|
138
|
May 12, 2022
|
Very confusing description
|
|
2
|
156
|
May 4, 2022
|
Solution on java is actually O(n^2)
|
|
1
|
162
|
April 27, 2022
|
The solution for the problem is given right away instead of the "Try it Yourself" being empty
|
|
1
|
86
|
April 26, 2022
|
Wouldn't the time complexity be a n^4 in the worst case?
|
|
1
|
81
|
April 26, 2022
|
Main.java:537: error: cannot find symbol - even on empty solution
|
|
3
|
122
|
April 26, 2022
|
Would the centroid based solution work?
|
|
0
|
86
|
April 25, 2022
|
This problem doesn't make sense for any language that doesn't allow pointers
|
|
1
|
61
|
April 25, 2022
|
Error in Test harness
|
|
1
|
76
|
April 25, 2022
|
I think the recursive solution can be more concise
|
|
1
|
99
|
April 25, 2022
|
Would this be also an acceptable solution?
|
|
1
|
88
|
April 24, 2022
|
Approach 2 is O(n^2)
|
|
1
|
73
|
April 24, 2022
|
I think there is a different flavor of the same solution with just one pass over the matrix
|
|
1
|
82
|
April 22, 2022
|
Since this is not a question on the string manipulation but rather on stacks a simpler solution with StringTokenizer should be used
|
|
1
|
69
|
April 21, 2022
|
Main.java:265: error: cannot find symbol output += "\"hidden\": " + (result.hidden ? "true" : "false") + ",";
|
|
1
|
69
|
April 21, 2022
|
It would be nice if the problem explanation would mention (at least briefly) other ways the problem could be solved
|
|
1
|
72
|
April 16, 2022
|