Introduction
Plan to go through the discussion of Leetcode 49 group anagrams algorithm. It is the great learning experience to go over difference ideas, and practice one by one using C# programming language.
Algorithm study
Here is one of the C# practice. The idea is very simple, sorting the char array so that the anagram string can match the key of hash table.
No comments:
Post a Comment