Execute a tail recursive function iteratively
-
Updated
Mar 3, 2025 - Python
Execute a tail recursive function iteratively
Introduction to recursion, tail-recursion and trampolines.
A special form of recursion where the last operation of a function is a recursive call.
The program analyses a Scala source file and produces a concordance of the Scala keywords used in a file
🦪 lazy seq, memoize, tail call optimization , pipe, apply, cell, ... 👾
This is Milcao, just another file system
This package help you to convert recursive function into the while-loop codes. so that program won't meet out of memory that caused by stack overflow.
To associate your repository with the tailrec topic, visit your repo's landing page and select "manage topics."