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 great Kata.
Learned a lot from it.
Mostly kind of sieves, but also some streams facts
really nice Kata.
But I'm not able to finish it.
java8 is not supported, since List.of() does not exist in java8.
on java11, when attempting my java solution I get the following error:
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at IceMazeTest.test03_Random(IceMazeTest.java:198)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...