Recursion

Home > Computer Science > Software Engineering > Data structures > Recursion

A technique that allows a function to call itself repeatedly until a certain condition is met.