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.
Hello, i think it is some typo. and i got this error
OverflowError: int too large to convert to float
How to handle it ?
why semicolon on line 3, when you declare the tot_occur variable?
Nice Kata! like yhis kind!
hmmmm...
Funny Kata, get me to play with almost everything about Date&Time in Java, thx!
The same for me!
delete commented code
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
🖐👍
We thought the same solution! high five! =)
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"];
Why are you returning an array?
Loading more items...