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.
Not the case in JS && Python
Scala translation
This comment is hidden because it contains spoiler information about the solution
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/196.
Please join the discussion to help us identify duplicate kata and retire them.
Java Translation
This comment is hidden because it contains spoiler information about the solution
D translation
Random tests can be affected by user code modifying the input.
Accumulated time is always floored at each stop instead of the displayed time, which does not make sense: many trips of, say,
103km
and6000km/h
will have all the 0.99 minute trip time rounded away, results in hours of discrepancy from when the train will actually arrive.Scala translation
Description should be language-agnostic (Please modify description after approving the pending 3 translations)
C#
No random tests
Method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Nice kata, I'd suggest adding regular expression tags.
Loading more items...