Java Anagrams

  • + 0 comments

    can anyone explain me how this " I am simply taking two int arrays of size 26 (total number of alphabets), where each index represents the location of each alphabets. For example, 0-'A', 1-'B',......upto..,25-'Z'."