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.
hi, take a look
Dart translate
there is an error in java, I was able to ran the first teste because I was able to cast the object to Integer
both method assertEquals(String,long,long) in Assert and method assertEquals(String,Object,Object) in Assert match
src/test/java/UserTest.java:12: error: reference to assertEquals is ambiguous
assertEquals("After applying rank of " + rank, expectedProgress, user.progress);
This comment is hidden because it contains spoiler information about the solution
( Haskell )
This should be a debugging kata. A flawed initial solution should be provided.
No random tests / shuffled tests in
CS
C++
Elixir
JS
Haskell
Rust
Scala
Swift
No fixed tests in C#
This comment is hidden because it contains spoiler information about the solution
C: The tests for
Quadruple_Digit_Tests
are the same as theTriple_Digit_Tests
, they have 3 digits instead of 4.Is it just me, or is the link in the description broken?
Lua translation!
C++ Translation. Based heavily on the current Python translation since it's the one that has random tests.
Incorrect answer for input: "A-cat-was-kawaiia_cat-is-Hungrya-cat_Was_pippiA-cat_is_pippi"
Expected: equal to "ACatWasKawaiiaCatIsHungryaCatWasPippiACatIsPippi"
Actual: "ACatWasKawaiiaCatIsHungryaCatWasPippiaCatIsPippi"
input contains words not seperated by _ or - , is this correct?
This comment is hidden because it contains spoiler information about the solution
Groovy Translation
This comment is hidden because it contains spoiler information about the solution
Loading more items...