Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 170 Bytes

Recursion.md

File metadata and controls

3 lines (2 loc) · 170 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]].