File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ for t in RootedTreeIterator(4)
38
38
end
39
39
```
40
40
41
+ This results in the following LaTeX output:
42
+
43
+ ![ latex-trees] ( https://user-images.githubusercontent.com/12693098/196148917-6e3cf000-5bc3-4798-8a82-d6e939bb6a8f.png )
44
+
41
45
If you want to visualize individual trees, you can also use our plot recipes
42
46
for [ Plots.jl] ( https://github.com/JuliaPlots/Plots.jl ) .
43
47
@@ -58,7 +62,7 @@ iterating over some set of rooted trees. The implementations in
58
62
[ RootedTrees.jl] ( https://github.com/SciML/RootedTrees.jl )
59
63
are reasonably efficient, but an exponential growth will always win in the end.
60
64
61
- The function ` count_trees ` (@ref ) iterates over rooted trees explicitly. Thus,
65
+ The function [ ` count_trees ` ] ( @ref ) iterates over rooted trees explicitly. Thus,
62
66
it provides a lower bound on the computational complexity of operations on all
63
67
trees. For example,
64
68
You can’t perform that action at this time.
0 commit comments