+
eBook
Khan Academy

Khan Academy: Recursive Factorial

For Students 9th - 10th
Learn how to complete a recursive factorial.
+
eBook
Khan Academy

Khan Academy: Properties of Recursive Algorithms

For Students 9th - 10th
Find out about the properties of recursive algorithms.
+
eBook
Khan Academy

Khan Academy: Computing Powers of a Number

For Students 9th - 10th
Although JavaScript has a built in pow function that computes powers of a number, learn how to write a similar function recursively.
+
eBook
Khan Academy

Khan Academy: Improving Efficiency of Recursive Functions

For Students 9th - 10th
Learn how to improve the efficiency of recursive algorithms.
+
eBook
Khan Academy

Khan Academy: Using Recursion to Determine Whether a Word Is a Palindrome

For Students 9th - 10th
Learn how to use recursion to determine whether a word is a palindrome.
+
eBook
Khan Academy

Khan Academy: Multiple Recursion With the Sierpinski Gasket

For Students 9th - 10th
See a good example of a mathematical construct that is a fractal known as a Sierpinski gasket.
+
eBook
Khan Academy

Khan Academy: The Factorial Function

For Students 9th - 10th
See examples of recursion, and look how to compute the factorial function.
+
eBook
Khan Academy

Khan Academy: Recursion

For Students 9th - 10th
Learn about recursion and how it applies to different situations.