Delete nodes from BST


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 )