Table of Contents
About
A recursive loop refers to a function that calls itself; it’s a way to create a loop -like structure within a function , where the function’s execution repeats until a certain condition is met1.
Anki
Links
References
Wikipedia. “recursive loop”. Available at: https://en.wikipedia.org/wiki/Recursion . (Accessed: ). ↩︎