Saturday, June 17, 2017

Hidden message algorithm code review

June 17, 2017

Introduction



The algorithm "hidden message" is the medium algorithm in stryker contest in 2016. Julia decided to review the algorithm based on her blog since she likes to get more idea on how a trie data structure to solve the string search algorithm very well. Recently Julia noticed that she could not figure out using trie to solve a timeout issue on Leetcode algorithm 212 Word Search, she knows that her training has some issues, she needs to emphasis more on trie. 


Algorithm code review 



The C# code is here to review.

No comments:

Post a Comment