Tagged Questions
1
vote
0answers
402 views
Generate trees based on number of nodes and children allowed [closed]
I am doing an experiment, and would like to generate images of Binary Trees and Exponential Trees using LaTeX.
The difference between these two structures is the number of children allowed per node ...
2
votes
1answer
325 views
Writing a line from two sibling nodes in a TikZ tree
Recently I am struggling on TikZ and it is really difficult to find options and solutions considering it is such a huge and comprehensive library.
What I actually would like to do is drawing, in a ...
1
vote
1answer
469 views
Problems with tikz tree growth on secondary levels in trees
I have the following code:
\begin{tikzpicture}[grow=right, sloped]
\tikzstyle{level 1}=[level distance=1.3cm, sibling distance=1cm]
\tikzstyle{level 2}=[level distance=1.2cm, sibling distance=1cm]
...