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.
Also, why does python expect
'Invalid cigar'
whereas C++ expectInvalid Cigar
???Edit: after checking it seems like another inconsistency in description which should be removed !
determines whether a cigar string fully matches the reference and accounts for all bases.
What is the correct format for such base? Description explains a lot of irrelevant stuff but do not touch this point!What does
M
,S
,H
mean? You should explain them clearlyDescription should be reworded and reformatted for better understanding to solvers
Example and fixed tests should provide samples on all the cigar types same as those in the random tests
New test framework should be used
Looks like on of the random tests is invalid:
Shouldn't this be
True
?This comment is hidden because it contains spoiler information about the solution