Types of Recursion
摘要
Recursion can be used to explain problems in different fields. In mathematics, recursion is used in many definitions and, in geometry, fractals, figures showing repeating patterns at different scales, explain the growth of some plants. Programming languages use recursive routines to solve complex problems step by step. In music, fugues represent enveloping musical compositions. This makes recursion a plural tool to analyse and understand different topics.