Ad
  • Custom User Avatar

    I can see some of your solution, I do not knwo if it is the most recent one. And yes, I can see a bug in it, which would cause the crash.
    As a first step to diagnose the issue, I would recommend recreating the failing test case in your local IDE and debugging trough it. Use your IntelliJ, Eclipse, NetBeans, or whatever is what you use for coding on your computer, and run your solution with the input which Codewars says you can;t handle. Debug through your code, find the place where it crashes.

    You can also visit CW Discord and #help-solve or #java channel.

  • Custom User Avatar

    Your solution has a bug and crashes with an unexpected exception, it's not a kata issue.