Thursday 3 September 2020

Unit 1 Function and Recursion...


Function 

In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operationsthat can be applied to the data.




Recursion

Some computer programming languages allow a module or function to call itself. This technique is known as recursion. In recursion, a function αeither calls itself directly or calls a function β that in turn calls the original function α. The function α is called recursive function.

No comments:

Post a Comment