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.
Too easy for 6kyu.
Enabled in this fork
C# tests generate warnings:
That's clever, but damn is that going to be tough to debug O_o
Can you explain it?
フインヤと思う💀💀
This comment is hidden because it contains spoiler information about the solution
Can you explain how this works?
3х3 решается быстро генетикой, дальше все хуже
approved
COBOL translation.
OP solved it closing ~~
tests/Fixture.cs(41,31): warning CS0168: The variable 'e' is declared but never usedThis comment is hidden because it contains spoiler information about the solution
Needs more test cases (at least in Java). My deliberately-bad solution passes the random tests by luck (occasionally).
I like how succinct and readable this is, but if you're going to do repeated string concanetations it's good practice to use a StringBuilder. Otherwise, this is great ^_^
Loading more items...