lushenle / lushenle.github.io

Too young, too simple, sometimes naive.

Home Page:https://shenle.lu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive Algorithm and Applications

lushenle opened this issue · comments

https://shenle.lu/post/2022/02/recursive-algorithm-and-applications/

In programming terms, a recursive function can be defined as a routine that calls itself directly or indirectly. Using the recursive algorithm, certain problems can be solved quite easily.