Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 167 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 167 Bytes

This problem was asked by Apple.

Given a tree, find the largest tree/subtree that is a BST.

Given a tree, return the size of the largest tree/subtree that is a BST.