Binary Search Tree remove functionEach time you call bst_remove you must return the value. So for each call: if (target < root->data)...
This user does not accept Private Messages