Tag: Recursion in Data Structure

Concept of Recursion
 0 Comment on Know the concept of recursion in data structure
Posted in Data Structure

Know the concept of recursion in data structure

Recursion is a property of defining itself. In programming, while writing a program code when a function calls itself by following some base condition then it is considered a recursion.