Ad
  • Custom User Avatar

    Good solution. Even more you could have saved some cpu time had you used TreeSet instead of HashSet. In this case you don't need the line -> Arrays.sort(resultArray). And yes I'm aware that TreeSet takes more time than HashSet but still thats better for this case.