In this lesson, students will look at some classical solutions to various mathematical problems that utilise recursion. Students are provided with a gentle introduction to recursion, by using ...
In this lesson students will implement a bubble sort in Python, and visualise its action using matplotlib. You may wish to describe the bubble sort algorithm to the class; alternatively, you could use ...