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.
Edge case for
is not tested in
No random tests in
Elixir
Go
I guess it is clear now with the sequence given.
This is the one I did as well. cool!
added to PHP
removed
const
qualifier???
Prototype should not use const type for parameter
n
in C translation, that makes no sense at all.I learnt about formatted strings with this problem!
C++ is missing
#include <string>
in the initial code + testsall of the rows should be of equal width; you are miscalculating the amount of spaces necessary to achieve that when
n >= 10
, resulting in lines at the top being shorter than those at the bottom.The Python random tests' structure is ill-formed, causing a red assertion to show up even when passing the kata.
should be:
Huh?
done
done
Loading more items...