Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 232 Bytes

Good morning! Here's your coding interview problem for today.

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.