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