You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add graphviz bin to path manually or by adding the following line on your script. Change the installation directory according to your installation path
The preferred way to import the decorator class from the package is as:
72
+
```python
73
+
from visualiser.visualiser import Visualiser as vs
74
+
```
45
75
### 1. Fibonacci
46
76
Let's draw the recursion tree for fibonacci number.
47
77
Here is how the simple code looks like
@@ -98,7 +128,7 @@ Animation:
98
128
# Support:
99
129
Find other examples [here](https://github.com/Bishalsarang/Recursion-Tree-Visualizer/tree/master/examples)
100
130
and read more about **recursion-visualiser**[here](https://github.com/Bishalsarang/Recursion-Tree-Visualizer/blob/master/Examples.md)
101
-
The official documentation for recursion-visualiser is available at [https://recursion-visualiser.readthedocs.io/en/](https://recursion-visualiser.readthedocs.io/en/latest/)
0 commit comments