Recursion

Опубликовано: 14 Октябрь 2024
на канале: Foo Barstein
122
1

An introduction to recursion in computer programming, including a fantastic array of clear and concise examples written in the Java programming language.

Table of Contents:

00:00 - Overview
01:15 - What is Recursion?
01:31 - Recursive Humor 1: GNU
02:43 - Recursive Humor 2: Programmer's Joke
03:04 - Recursive Humor 3: Wanna Hear a Joke?
03:37 - Example 1: Fibonacci Sequence
10:43 - Call Stack Diagram
17:04 - Example 2: Flipped String
23:20 - Example 3: Power Equations
28:52 - Generalized Pattern
34:03 - Fractals
35:34 - Sierpiński Triangles
37:46 - Koch Snowflake
40:17 - Mandelbrot Set
42:04 - Conclusions