Understand recursion with examples #21
Charles-depot
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks so much for sharing! Great examples here of building up intuition for call graphs with non-recursive examples first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Pamela,
Thanks for recursive-visualisations.
I am a mathematics teacher and computer teacher in France in a high school.
I use recursive-visualizations to make students understand the notion of recursion.
Below is the 3-part course and additional examples.
The course is not yet complete and uses Jupyter notebooks
you can find examples using recursion visualizer here --> https://nuage03.apps.education.fr/index.php/s/5WW4pgzSWJGTybR
You can use Basthon to view notebooks
Récursivité (1/3) : notions de fonctions
This first activity aims to review and complete some notions on function calls and to get started with some simple graphical visualization tools: Python Tutor and Recursion Visualizer.
Below are the examples using recursion visualizer in notebook Récursivité (1/3)
example 1
example 2
example 3
example 4
example 5
example 6
Récursivité (2/3) : notions de récursivité
The purpose of this second activity is to handle some classic examples related to recursion and to identify some important notions.
Below are the examples using recursion visualizer in notebook Récursivité 2/3
example 1
example 2
example 3
example 4
example 5
NSI Récursivité (3/3) : mise en pratique
This last activity aims to put into practice what has been seen on recursion.
Below are the examples using recursion visualizer in notebook Récursivité 3/3
example 1
example 2
Other examples
example 1
example 2
example 3
example 4
example 5
Beta Was this translation helpful? Give feedback.
All reactions