Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 179 Bytes

File metadata and controls

3 lines (2 loc) · 179 Bytes

Recursion is when something contains a copy of itself. It's often used in math and programming, to get infinite potential out of finite stuff.

See also [[Recursion]].