I am getting run time error but it works properly in my terminal
Please tell me what is wrong in my code
hello @sahazeer123
build a normal bst from given array elements. then perform all asked operations.
to build bst iterate the given array from 0 to n-1 and then insert each element one by one in ur bst. dont use any other logic as this may change ordering.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.