Friday, February 2, 2018

Minimum path from root node to leaf node in a tree

Feb. 2, 2018

Introduction


It is 8:00 PM mock interview. My algorithm is to calculate the minimum path sum from root node to leaf node.

Code review


Here is C# code.

No comments:

Post a Comment