7 kyu
Traffic Count During Peak Hours
697 of 744BrianC
Loading description...
Fundamentals
Lists
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Python new test framework should be used (Refer this & this for more detail)
Ruby 3.0 should be enabled (Refer this & this for more detail)
Done for Python.
Ruby fix in this kumite (awaiting for approval/rejection)
Ruby fork approved! Thanks!
Ruby translation kumited -- please check and approve
This comment has been hidden.
Sorry about that! You are right, it should include all items in the list! Should be fixed now!
Reference solution ignores the last element and tests expects incorrect values ('7:00pm' takes max of 5 values).
Sorry, forgot to include the last element for some reason. :P Should be fixed.
Why isn't the last
93
considered?I was just wondering that.
@tachyonlabs, Above is from the example tests, but I got the same problem when submitting. I didn't make it an issue because apparently someone solved this kata ("Total Times Completed" is 2).
@tachyonlabs, passed using a workaround ignoring the last element. Reference solution and the other submitted solution ignores the last element. Resolving this question as I opened an issue.