https://ide.codingblocks.com/s/158739..still giving wrong answer,none of the test case is passing
Largest bst in a bt
Hello @Vibhuti0206
None of the test cases are passing because you need to print the BST with the maximum number of nodes and NOT with the maximum height.
The modified code