You need to log in or create an account to post to this user's Wall.
I think one of the test case is not right.
input (1, 1) – expect (1)
Should it be 0? Because the robot is already standing on the ”star” point.ET joined the group LinkedIn Interview 9 months, 3 weeks ago
I would add this line of code to handle int.MinValue.
if (n == int.MinValue) return 1 / Pow(x, int.MaxValue) * x;ET commented on the post, Binary Tree Post-Order Traversal Iterative Solution 9 months, 4 weeks ago
For the two stack solution. I think this step is reversed.
3) Then push its left child followed by its right child to the first stack.It should be push it right child followed by its left child.
- ET in the forum topic Longest Substring Without Repeating Characters *Test Case* in the group General Help
Sorry about it. I am an idiot.
ET started the forum topic Longest Substring Without Repeating Characters *Test Case* in the group General Help 10 months, 1 week ago
It the expect result on the large test case wrong?
For example the 2nd case:
”wlrbbmqbhcdarzowkkyhiddqscdxrjmowfrxsjybldbefsarcbynecdyggxxpklorellnmpapqfwkhopkmco”
expect 12, but actually is 10. Counted by hand
ET posted an update in the group General Help 11 months, 1 week ago
Is that possible to have C# compiler for the online judge?
ET commented on the post, Finding all unique triplets that sums to zero 11 months, 3 weeks ago
Hi there,
Where can I see the test case and output result?Thanks,
ET became a registered member 11 months, 3 weeks ago
- 1 person likes this.
