Fibonacci sequence
entire infinite integer series where the next number is the sum of the two preceding it (0,1,1,2,3,5,8,13,21,...)
Save the 4 videos on Fibonacci sequence to your own pod.
Sign up free to keep building your knowledge base on Fibonacci sequence as more episodes are added.
Videos Mentioning Fibonacci sequence

Building an Engineering Team by Ammon Bartram and Harj Taggar
Y Combinator
The solution to a sample interview question about counting paths on stairs, used to illustrate a question that might have a 'giveaway' answer.

Subroutines in Low Level Code - Computerphile
Computerphile
A sequence where each number is the sum of the two preceding ones, often used as an example for recursive programming.

We Live in a Simulation. The evidence is everywhere. All you have to do is look.
The Why Files
A mathematical sequence where each number is the sum of the two preceding ones, found extensively in nature and cited as evidence for patterns in the universe consistent with a program.

AI Dev 26 x SF | Ara Khan: Evals Are Broken Use Them Anyway
DeepLearningAI
An example of a traditional algorithm problem used in older evals that is not applicable to real-world coding experience.