Ad
  • Custom User Avatar

    You might have modified the input array.

  • Custom User Avatar

    Don't modify the input array.

  • Custom User Avatar

    You should raise code problems as a question and not an issue, unless it's demonstratably the kata's problem.

    The compiler error is already telling you what you're missing. You need to put using System.Collections.Generic before you can use Dictionary and List.

  • Custom User Avatar

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