Ad
  • Default User Avatar

    I think there should be a test case for two ships touching at the bottom right and top left corner.

    battleField = [[1, 0, 0, 0, 0, 1, 1, 0, 0, 0],
    [1, 0, 1, 0, 0, 0, 0, 0, 1, 0],
    [1, 0, 1, 0, 1, 1, 1, 0, 1, 0],
    [1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
    [0, 0, 0, 0, 1, 1, 1, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 1, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [1, 0, 0, 0, 0, 0, 0, 0, 0, 0], # <-----
    [0, 1, 0, 0, 0, 0, 0, 0, 0, 0]] # <----- like those two ships on the left side of the grid

  • Default User Avatar

    Thank you. I feel like the rank Progress and the honor points for the last kata are still missing. Can they be achieved again? Greeting

  • Default User Avatar

    In my site-events it also shows -15 for cheats detected.
    What did I do wrong?

  • Default User Avatar

    Where there honor calculation issues again?
    I just completed a 3kyu kata and lost 20 honor points. :(
    Greetings

  • Default User Avatar

    How is it possible to display values of variables in the output tab (in every language)?
    e.g. Console.Write(); doesnt work for C#

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution