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.
randomTape
still uses the same Clever code. and thisis hardly an improvement.
Just don't write clever code in test suites. It doesn't have to be 7kyu, but it may have to be read by translators who are not fluent in JS ( so no
while ( condition with side effect );
). Write the simplest reasonable code. Here, that's anif
, not an exponentiation. And avoid implicit coercion.( this is about JS. if this sort of code is in Python as well, improve it there as well. )
done
Fixed, I think, you might wanna double check to ensure.
The image didnt load, just loaded, gonna take a look
Why? I can't reproduce. The moves are boundary checked, doesnt seem like they lead outside of the tape
I appreciate your comment. I am going to fix that test.
retired
Definitely fits into ~1500 characters, see my solution. There are legit solution (e.g. this one) that are longer than that...
Fixed, thanks.
"Odin" declines by gender: masculine - "odin", feminine - "odna", neuter (not in the kata) - "odno". The default form is masculine, while the word "tysyacha" (thousand) and the implicit word for 'part' (either whole as in 1.2 or fractional as in 2.1) are feminine.
Please read the description carefully, especially the floats section.
Added describe and it blocks. Removed printing from tests
Forked and approved
Nevermind, managed to save and republish after closing all the issues
Wait, actually, when I tried to save it it shows an error "Default Version is not a supported version", what's that about?
Loading more items...