write a function that returns the size of the largest subtree which is also a Binary Search Tree (BST).
Finding the largest subtree in a BST
1 Article
1
write a function that returns the size of the largest subtree which is also a Binary Search Tree (BST).