Sunday, December 25, 2016

Leetcode 333: Largest BST subtrees

Dec. 25, 2016

Study the solution,

https://github.com/jianminchen/LeetCode-17/blob/master/333_v1.cpp

Also, read the article on code review:

http://codereview.stackexchange.com/questions/117325/find-if-a-given-tree-is-subtree-of-another-huge-tree

Chinese version:
http://blog.csdn.net/qq508618087/article/details/51731417


No comments:

Post a Comment