Java Anagrams

  • + 6 comments

    For those of you who are trying to create a HashMap but can't because you can't import it, you can still create a HashMap by declaring the package. Here's the code below.

    java.util.HashMap<Character, Integer> hm = new java.util.HashMap<>()