Delete nodes from BST

All my test cases are failing. although the sample test case is running fine. my code is at https://ide.codingblocks.com/s/212065

@adarsh_anand
hello Adarsh,
Dont build a balanced bst.
build a normal bst and then apply deletion.

1 Like