33![ ] ( https://forthebadge.com/images/badges/made-with-python.svg )
44
55![ PyPI downloads] ( https://img.shields.io/pypi/dm/recursion-visualiser )
6- ![ Stars] ( https://img.shields.io/github/stars/sarangbishal /Recursion-Tree-Visualizer )
7- ![ Forks] ( https://img.shields.io/github/forks/sarangbishal /Recursion-Tree-Visualizer )
6+ ![ Stars] ( https://img.shields.io/github/stars/Bishalsarang /Recursion-Tree-Visualizer )
7+ ![ Forks] ( https://img.shields.io/github/forks/Bishalsarang /Recursion-Tree-Visualizer )
88
99![ ] ( https://img.shields.io/pypi/v/recursion-visualiser )
1010![ ] ( https://img.shields.io/pypi/pyversions/recursion-visualiser )
11- ![ ] ( https://img.shields.io/github/license/sarangbishal /Recursion-Tree-Visualizer?logo=MIT )
11+ ![ ] ( https://img.shields.io/github/license/Bishalsarang /Recursion-Tree-Visualizer?logo=MIT )
1212
1313Recursion visualiser is a python tool that visualizes recursion tree with animation and draws recursion tree for recursive function.
1414It works with almost any type of recursive function.
@@ -90,9 +90,9 @@ Here are the changes required:
9090
9191Here is how the recursion tree looks like:
9292Animation:
93- ![ enter image description here] ( https://raw.githubusercontent.com/sarangbishal /Recursion-Tree-Visualizer/master/examples/fibonacci.gif )
93+ ![ enter image description here] ( https://raw.githubusercontent.com/Bishalsarang /Recursion-Tree-Visualizer/master/examples/fibonacci.gif )
9494
95- ![ enter image description here] ( https://raw.githubusercontent.com/sarangbishal /Recursion-Tree-Visualizer/master/examples/fibonacci.png )
95+ ![ enter image description here] ( https://raw.githubusercontent.com/Bishalsarang /Recursion-Tree-Visualizer/master/examples/fibonacci.png )
9696
9797
9898# Support:
@@ -110,4 +110,4 @@ The official documentation for recursion-visualiser is available at [https://rec
110110 - [x] Support node_color, backgroundcolor etc
111111 - [ ] Refactor
112112 - [ ] Handle base cases
113- - [ ] Make more beautiful trees
113+ - [ ] Make more beautiful trees
0 commit comments