Ad
  • Custom User Avatar

    Hi,

    Not an issue, a question. ;) (the kata is working fine and as expected)

    Your code is creating too much objects in memory => you'll have to work on that (check that you don't go in some cases in an infinite loop creating bigger and bigger arrays, for example)

    Cheers

    edit: not infinite loop related: just don't create the whole triangle: you'll get tests with arround 150000 levels