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.
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
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.
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"
This comment is hidden because it contains spoiler information about the solution
is this what you're asking for? or should i also post my code so far as well?
([10, 88], '3713763283635660473566582375556524594843646862828033733842277941785331405274151281211069345120188439262230457167970162877501487571785724619491125364461865429') should equal [9, 87]
This comment is hidden because it contains spoiler information about the solution
Is there a way to see the strings for the cases where i failed in the attempt zone?
I love your style! i have to go back and change all the names of my variables to things that dont involve the f-word.
This comment is hidden because it contains spoiler information about the solution
I believe there is something wrong with this challenge for PYTHON. My code passes all of the tests except for the random ones at the end where it says that the extremes of the word are different or they are a different length. BUT when it shows the output they were looking for and the output from my code, they are the same exact thing.