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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
IMHO solutions harcoding "NORTH" or "SOUTH" before "EAST" or "WEST" in the result.... should not pass ? Or I missed something in the description ?
Tests should include those ??
C++ translation someone ?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Have another suggestion (let you see): as I clicked several times before passing (waiting for the random tests NOT to generate such a case).. it means that invalid solutions may pass..
you should add such a case in the fixed tests. And may be in the first given tests.
I know why my first sol didn't pass (as well as ... why my accepted solution passes not 100% of the time)...
The condition for c to be less than int max in c++(in c++, use std::numeric_limits::max()) is never mentioned in the description....
Make a special description in
Trying C++, having a problem with random cases.
You can verify that the actual results are triples satisfying the requirements ;-)
How can the expected result be '[]' ??
??
Whenever encode or decode is called, my code prints in order input string and output string..
I Will check.
but... doesnt explain the output auab^... of the expected value ??
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
IMHO you should make the entry vector CONST... In a code lib you may not expect to change (sort) the vector input ??
Nice Kata.
If you have some trouble solving it... ask yourself why.. geometry tag was set... And be ready to draw and sketch (and scratch your head)...
This comment is hidden because it contains spoiler information about the solution
Loading more items...