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.
Approved.
Updated ✅
Approved.
Fixed tests of final tests suite are missing mention of
n
in the title.Minor issue: the class for final tests should probably be called
Tests
, notSampleTests
.Approved.
Approved.
static def rooms
orrooms = [:]
.rooms
is actually aMap
. Additional test should be added.Please add the following edge cases:
"123."
"-12."
Duplicate edge case of empty string in the edge cases'
it
blockRandom tests' order should be
@Order(5)
Assertion messages should be
Approved
Applied @Just4FunCoder's and hobsky's changesa
I did use a slightly modified version of your solution before, but now I use yours on the Random Tests.
Any update to this? If you want, you can check my solution on kata's discourse section to see how to avoid having to deal with modulo issues.
Approved latest fork
Approved
Loading more items...