Ad
  • Custom User Avatar

    Hi and thanks for the feedback. After solving some Katas I decided to try creating something on my own. I fixed the example tests to have more variants of n and added them to the full test suite.

  • Custom User Avatar

    Thanks for taking the time to check it out. Random tests are now n>0 ;)

  • Custom User Avatar

    Random tests sometimes generate n = 0.

  • Custom User Avatar

    Hi,

    The task is too much artificial to my taste (we already have a lot of kata covering such a kind of thing). Otherwise, the kata is technically fine, mostly. Except:

    • the full test suite must always contain fixed tests (at least the sample tests)
    • missing fixed tests with n!=3

    Cheers