Ad
  • Default User Avatar

    A great Kata.
    Learned a lot from it.
    Mostly kind of sieves, but also some streams facts

  • Default User Avatar

    really nice Kata.
    But I'm not able to finish it.

    1. java8 is not supported, since List.of() does not exist in java8.

    2. 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)...