Wednesday, February 21, 2018

Leetcode 140: Word break II (III)

Feb. 21, 2018

Introduction


It is a good idea to study some code and then write the idea using C# programming language. I do know that one thing I can improve to learn a hard level algorithm is to read as many as possible ideas with solutions. And then I should practice some coding.

Specially the first hour of the day is best time for me to train myself to write good code.

Here is Java code using DP and Trie. I like to write one using C#.

No comments:

Post a Comment