Research on the Implementation of Recursive Algorithm Based on C Language
作者
Zhigang Zhu,Sun We
出处
期刊:Journal of physics [IOP Publishing] 日期:2021-09-01卷期号:2023 (1): 012015-012015被引量:1
标识
DOI:10.1088/1742-6596/2023/1/012015
摘要
Abstract In the utilization of C language, it often appears that the function calls itself directly or indirectly, that is, the function calls itself recursively. The recursive solution of the same kind of problem can be expressed by recursion, and the specific problem can be reduced by recursion. Based on this, this paper first analyses the concept and function of C language recursion, then studies the process description of recursion algorithm, and finally gives the implementation strategy of C language recursion algorithm.