checkthe code plz output is crrct but test cases are not passing
Delete nodes from BST
Hello @akb.tech17
In your function “deleteFromBST” you have left out the condition when
( data > root->data )
checkthe code plz output is crrct but test cases are not passing
Hello @akb.tech17
In your function “deleteFromBST” you have left out the condition when
( data > root->data )