Fibonacci
Term side of the Card
Topic: Various
Unit title: Fibonacci
Categories: Concept
Explanation side of the Card
Explanation: The sequence of numbers in which each number is the sum of the previous two, starting from 0 and 1. Used in algorithm design, especially for recursive and dynamic programming solutions. Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34 ...