Sunday, May 6, 2018

Leetcode 140: Word break II (Add subroutine to check if breakable)

May 6, 2018

Introduction


It is the time to learn the algorithm as quick as possible. I came cross this Chinese blog and I like to generate a gist first, and then write C# code based on the blog.

Algorithm practice


Here is C# code passing online judge of Leetcode 140: word break II.

No comments:

Post a Comment