Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 143 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 143 Bytes

Find largest BST

This problem was asked by Apple.

Description

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