Ad
  • Default User Avatar

    Thanks a lot! Didn't know that CodeWars is using importing mechanism.

  • Default User Avatar

    Is the compiler not accepting Arrays class? I had issues with my solution using Arrays.stream or Arrays.sort, so I have copied to the compiler the top solution and it didn't get through as well because of Arrays. metods.
    Error message that I get:
    "error: cannot find symbol
    Arrays.sort(aa);"