https://ide.codingblocks.com/s/64050
why is the test case failing is it because of the format of output or any logical error?
problem : PRINT BST KEYS IN THE GIVEN RANGE
Test case failing
Hey Simran, there are minor changes in your code. first is to print a new line after every test case, second is you have to initialize root = NULL in while loop so that that is a new tree for every test case
1 Like