GitHub

3-binary_tree_delete.c

* binary_tree_delete - Deletes an entire binary tree. * @tree: Pointer to the root node of the tree to delete. * If tree is NULL, do nothing.
I need help with an assignment from my Data Sturctures class. <BR><BR>We are creating a tree class and I need to add code that can find a node and delete it.<BR><BR>Any help would be ...