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.
No random tests.
JS fork which resolves the suggestion below + attempts to resolve the issue about the rows having the same beginning
UPD: proper fix to the latter part has been implemented
NodeJS version is too old (v8.1.3), it's recommended to upgrade it to v18, as well as testing framework to mocha/chai
JS fork which:
(This fork was created with the help of Katafix btw )
This fork changes the amount of letters to standard 26, which should resolve the issues AND revert the amount of corner cases back to 100 (I mean, if this is an insane version, then we should make it even more insanier lmao). And ofc that fork upgrades the version to actual one, NodeJS v18 + testing change to mocha/chai.
(also created with the help of Katafix :D )
I don't wanna delist this kata due to two active issues yet, but NodeJS current version is outdated (v8.1.3); consider using Node v18 + update testing framework with chai/mocha.
P.S. This kata was pretty fun, thx
After completing the kata:
Student
struct has been created initially; however, to complete the kata, warrior is required to create it by themselves, which is not supposed to be done.TwoOldestAges()
and notUpdateAverageGrade()
one?For Java I'm pretty sure JUnit 5 allows to put assertion messages into assert methods. With that, you can properly output the assert notes without workarounds or so (consult with
JUnit 5 example on docs.
About C++, Snowhouse actually allows to implement assertions as well, although in a more tricky way.
Finally, these messages are crucial for true/false checking, because otherwise you can get obscure output about expected true and actual false without any sign on where was that message invoked or smth :/
This comment is hidden because it contains spoiler information about the solution
Dunno, but why did they put the word "recursively" in the description if there's no check for that
Honestly, I think this kata has the right to exist but it needs some reworking imo
well, yeah, but it's assumed by the kata's description that the triangle is already valid + it's 8 kyu kata.
The check is reasonable to have, though
Loading more items...