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.
A kata, which can be solved by a bunch of
if
s after some basic customisation, should have never been passed as 4 kyu.try BFS (search algorithm) with it I have no issues with tests
please fix the algorithm you are using (in C). i've had to retest it 7 times till it went correctly. i was manually checking every bad test i've gotten and every time my solution was correct
Very nice mathy kata, congratulations.
python (probably others too): one of the following should be part of the final fixed tests:
Otherwise some incomplete solution can pass.
Done by OP
Approved
Pretty challenging kata, keep it up.
A portion of
arr
in random tests should be tested instead of full array to avoid solutions like thispython new test framework is required. updated in this fork
Approved
python new test framework is required. updated in this fork
the more i understand python and enter the solution page,
the more i am amazed thinking how wonderful human brains are!!!
and become curious why people feels threatened by A.I.?!
Nice kata!
b7 -> d6 -> c8, 2 moves. Not a kata issue.
(C++ solution)
Randomized_Fixed_Tests:
b7 -> c8
Expected: equal to 2
Actual: 4
How is it possible?
Loading more items...