Strings: Making Anagrams

  • + 0 comments

    I just did this and then checked the discussion to find this which is almost character for character the same as my code. The only functional difference was I wrote freq(26) instead of freq(26, 0) since 0 is the default initializer anyway, therefore not needed in the constructor. Upvoted of course.