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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Absolutely brilliant!
Approved
When writing large test cases, it looks like I just copy-pasted the small test parts and forgot to modify them.I just assumed something about myself that I didn't do. It's not my code to begin with; I just did some cleaning 😅I think it should be good now. Please review it again.
yeah sure
Fixed in this fork
lookup table gang
rand_ascii_remove_count
's return type is accidentally set tobool
rather thanstd::size_t
dist_ascii_remove_count
from25
to26
(minor boost in coverage)25
valid and invalid random tests is a bit of a predictable pattern. It could be exploited, although I doubt someone is willing to go through all that trouble. It's up to you whether you think this a valid concern; if so, consider shuffling to intersperse valid and invalid tests.Approved, but I don't have the privileges to close this.
Approved
Loading more items...