Binary Tree with BST Visualization

Welcome to the Binary Tree visualization! This example shows a binary tree with values (10, 5, 15, 1, 8, 7).

We'll identify the largest Binary Search Tree (BST) subtree within this tree.