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.
I was running test cases in local intelliJ and was wondering why the outputs of the same inputs were different.
Does anyone also meet this issue? expected<5> get <6>
In c++, all tests passed when tested locally, but failed running test on browser:
should_pass_some_fixed_assertions_involving_simple_mazes
Expected: true
Actual: false