Posts by Felipe Nascimento • 1 point
2 posts
-
0
votes1
answer114
viewsA: How to create a pointer to store the address of a binary tree root and then use this address to call the root?
[RESOLVED] Simple changes were needed that I didn’t pay attention to before, and the pointer was doing right td. The code of the Insert function that was posted was the only modified. Arvore…
-
0
votes1
answer114
viewsQ: How to create a pointer to store the address of a binary tree root and then use this address to call the root?
Iai galera, I have a problem in my code seemingly simple to solve, but I still get confused with pointers. The code is to insert each digit and operator of an entire parent expression into a binary…