Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice Kata! like yhis kind!
Funny Kata, get me to play with almost everything about Date&Time in Java, thx!
The same for me!
This comment is hidden because it contains spoiler information about the solution
🤣🤣🤣🤣
I like it!!!!!!
Hello everybody,
I got this kind of error:
-51680708854858326016L should equal -51680708854858323072L
14472334024676220 should equal 14472334024676221
83621143489848426496L should equal 83621143489848422977L
and I can not find how to handle it.
Any clue, hits ?
I'm using Python for this kata.
regards,
Ben
🖐👍
B/W, I'm using Typescript
Because the expected result is an array:
from the description:
Initialise
carpark = [[1, 0, 0, 0, 2],
[0, 0, 0, 0, 0]]
Working Out
Result
result = ["L4", "D1", "R4"]
from the testing:
it("Should pass sample tests", function() {
let carpark, result
carpark = [[1, 0, 0, 0, 2],
[0, 0, 0, 0, 0]];
result = ["L4", "D1", "R4"];
This comment is hidden because it contains spoiler information about the solution
Yopi!!!! I found it!
it was the function indexOf which was terribly slowing my algorithm...
Regards,
BMC
many thx for your message!
I'm trying to refactor ...
regards,
bmc
Hello,
My algorithm is taking 2300ms with my environment Windows/firefox for u(60000) but when I try to to submit it sends me timeout error.
is ther anyway to test my function in the same conditions as here.
regards,
bmc