Sunday, March 4, 2018

Work on cipher and decipher

March 4, 2018

Introduction


It has so many benefits to practice same algorithm again and again. I just realize that I can solve dynamic programming algorithm like Leetcode 91: decode ways this weekend using dynamic programming techniques.

Algorithm practice


I had one more practice on the algorithm to decipher the message. I wrote the code in less than 20 minutes. Here is C# code.


No comments:

Post a Comment