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.
OP solved it, closing
Removed the language for now
It was already mentioned as an issue 3 months ago.
This kata is all messed up for Julia. I dont think it includes any valid testing cases and it auto-submits as correct without inputting any code.
Thank you
1st question: No ridesharing, each pickup and dropoff pair needs 1 taxi.
2nd question: A single batch of requests, the pickup and dropoff times indicate when the taxi should actually be in operation.
I am slightly confused about the specifications for this kata. If there are two customers with identical pickup and drop off, is that considered 1 taxi because they can ride together?
Is the list of requests in the order that they were received? Or is it like a single batch of requests?
This comment is hidden because it contains spoiler information about the solution
I realize now that if one of the tests fails, it means that the entire thing fails. if possible i will delete my comment.
"not working correctly" how? Just checked, everything works for me.
I am not sure whats wrong but the testrandomvalues test is not working correctly for java. I can see from the log that the answer I am returning is the correct one but it is marking it wrong.
I am not understanding what the error i receive means
"Index -32570 out of bounds for length 38"
You may basically have the correct idea, but suffer from an off-by-one error.
Go through your letter-to-value mapping carefully, and figure what overflow does exactly.
Look at the empty case also.
This comment is hidden because it contains spoiler information about the solution
Marking as resolved.
Loading more items...