Posts by NickD • 31 points
1 post
-
3
votes2
answers5978
viewsQ: How to print binary/generic trees using C?
I am suffering with the following problem: I want to print in the terminal the "drawing" of a tree. The algorithm I’m working on is based on a stack. In this stack, I insert values(string or…