Posts by FernandoHCA • 11 points
2 posts
-
1
votes0
answers54
viewsQ: Problems with Binary Tree Search Tree Removal in C
I’d like your help with a binary search tree code. I already have all the code, but I’m having trouble with the removal of a knot with a child. I’ve looked at the analysis of that same code that I…
casked FernandoHCA 11 -
-2
votes1
answer342
viewsQ: How do I print the data into a dynamically double-chained list in C?
Good afternoon, folks. This is my first question here on the site, so suggestions are welcome. I’m writing a code using Doubly Chained Dynamic List for the college’s Data Structure class and I’m…