Understanding Recursion, from the ground up
Glassbyte
0:00 / 0:00
Understanding Recursion, from the ground up
527 просмотров · 3 г. назад
Glassbyte
1,05 тыс. подписчиков
527 просмотров · 3 г. назад
Recursion is something every developer struggled with at one point, and rightfully so. The topic is quite counterintuitive. This is a video that tries to demystify recursion by first looking at a couple of fundamental Computer Science topics, like stacks and function execution, and then analyzing some simple Python code, line by line.
00:00 Intro
01:01 Stacks
02:31 Function execution
10:13 Recursion
Full Data Structures and Algorithms course: https://www.udemy.com/course/data-str...
References:
Python inspect module: https://docs.python.org/3/library/ins...
Python traceback module: https://docs.python.org/3/library/tra...
CPython Source Code: https://github.com/python/cpython
Follow on Instagram: / glassbyte.io
Music by https://www.fesliyanstudios.com/
#computerscience #code #recursion