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.
Thank you for the feedback!
I have cleared up the description to clarify your points and modified test cases a little.
Hope that cleared things up a bit and I have revised it properly.
More feedback is welcome!
Yes, discipline is set to "Puzzles" and this does take a bit of working with the information given to figure out.
I have updated the description a little to be more clear.
Mind telling me what exactly you have attempted in your experiments / want a tip on how to solve it?
I finally managed to put together a solution that passes the full tests. I had to guess at a lot of unstated specifications. Here are the issues I had:
entrycolumn should have a valid DDMMYYYY/YYYYMMDD date. It seems as if any 8-digit string is acceptable."B,1420,C,staff,no,20112020,4", bothnameandname_tcould be either"B"or"C".I've done quite a few experiments, to no avail. Is this a puzzle?
Thanks for the feedback!
I added 5 more example tests (now there are 7 in total) for the user to see / experiment with.
Think that is sufficient, or are more necessary?
You need much more sample tests.
Respect for keeping it THAT short and effective!
Hi!
Genuinely curious, how long did it take for you to write all that code?
Looks pretty advanced.