tailrec
Here are 8 public repositories matching this topic...
A special form of recursion where the last operation of a function is a recursive call.
-
Updated
Mar 9, 2021 - Java
The program analyses a Scala source file and produces a concordance of the Scala keywords used in a file
-
Updated
Apr 16, 2019 - Scala
Introduction to recursion, tail-recursion and trampolines.
-
Updated
May 27, 2024 - Groovy
-
Updated
Dec 27, 2018 - Kotlin
🦪 lazy seq, memoize, tail call optimization , pipe, apply, cell, ... 👾
-
Updated
Aug 17, 2023 - TypeScript
This is Milcao, just another file system
-
Updated
Apr 20, 2021 - Scala
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.
-
Updated
Oct 14, 2022 - Dart
Improve this page
Add a description, image, and links to the tailrec topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tailrec topic, visit your repo's landing page and select "manage topics."