Posts by Estevão • 13 points
1 post
-
1
votes1
answer118
viewsQ: Pointer problem - remove element in a binary search tree
Having some problem passing the root pointer per parameter to the function remove_node. This function is iterative, it has only one recursive call in the latter case. Therefore, it is necessary to…