pamelafox / recursive-visualizations

An online tool to visualize recursive JS functions step-by-step as a tree.
https://www.recursionvisualizer.com/
GNU General Public License v2.0
45 stars 10 forks source link

A permalink without the function #27

Closed pamelafox closed 3 months ago

pamelafox commented 3 months ago

Discussed in https://github.com/pamelafox/recursive-visualizations/discussions/25

Originally posted by **Sylvain1978** June 13, 2024 Hi, I often use recursionvisualizer as a support to explain recursion to my students; It would be nice if it would be possible to get a permalink for the recursion tree without the function so as to ask them to find the function from the recursion tree. Or the possibility to generate a .gif would be ok . Thank you