Posts by Franco Frassanito Wolff • 29 points
1 post
-
0
votes0
answers714
viewsQ: Like "draw" a binary tree?
I walk with a problem trying to create an algorithm to "draw" a binary tree as below: But I’m having trouble implementing. I’ll show my code below: #include <stdio.h> #include <stdlib.h>…