is there a library or an stdlib function or some way to represent trees through a print statement?
n
nkiesel
02/01/2021, 6:32 PM
I think that will be very hard to render in that form because would would need complete lookahead to correctly space nodes. Why not instead use something similar to the tree(1) command output from Linux (i.e. render it one node per line)