Understanding Recursion, from the ground up
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

Stackmaxxing for a recursion world record

Binary Search Algorithm - Computerphile

Reinventing Entropy | Compression is Intelligence Part 1

Co-Creator of Haskell: Functional Programming, Thinking in Types, Useless Languages | Simon Jones

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

Creator of C++: Bell Labs, Negative Overhead Abstraction, Mistakes | Bjarne Stroustrup

Programming Loops vs Recursion - Computerphile

Tips for C Programming

What rebuilding AlphaGo teaches us about self-play, RL, and future of LLMs - Eric Jang

Simple Code, High Performance

ASMR Best Triggers For Sleep Collection (No Talking) 3 Hours of Tapping & Scratching

How To Think SO CLEARLY People Assume You're A Genius

Dijkstra's Algorithm - A step by step analysis, with sample Python code

How GPT, Claude, and Gemini are actually trained and served – Reiner Pope

5 Simple Steps for Solving Any Recursive Problem

Calculus Visualized - by Dennis F Davis

Billionaire's WARNING: I'm SELLING. The Crash Is Already Here!

How to recognize logarithmic complexity in code

Casey Muratori – The Big OOPs: Anatomy of a Thirty-five-year Mistake – BSC 2025

