tail-recursion
There are 35 repositories under tail-recursion topic.
you-dont-need/You-Dont-Need-Loops
Avoid The One-off Problem, Infinite Loops, Statefulness and Hidden intent.
yesco/esp-lisp
Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.
alecdotninja/tailcall
Safe, zero-cost tail recursion for stable Rust
Sipkab/jvm-tail-recursion
Optimizer library for tail recursive calls in Java bytecode
gallettilance/magnificATS
Collection of ATS goodness
pomponchik/astrologic
Автоматическая оптимизация кода на уровне AST
lambdaworks/fp-workshop-2019
Workshop for introduction to functional programming
Blattvorhang/Functional-Programming-Exercises
Exercises/Homework for the course "Functional Programming and Verification" at TUM
0scarB/tail-recursive
Tail recursion package for python with a simple decorator api.
bugthesystem/csharp-trampolining-tail-call
C# implement trampolin to tail recursion
sanmak/factorial-tail-call-optimisation
A console based application to calculate factorial using Tail-Call-Optimisation.
samirsilwal/structures
A library of data structure with extended features for each structures.
HowProgrammingWorks/Recursion
Recursion - define a function using itself
chr3st5an/tailrec
Execute a tail recursive function iteratively
jaytohe/aoc2023-day9
My solution to Advent Of Code - Day 9 in Clojure
ahauschulte/jtco
A Tail Call Optimisation Substitute for Java
alansastre/java-recursion
Recursión y tipos de recursión en Java
invicta117/COMP20230_Data_Struc_and_Algorithms_Assignment_1
This project focuses on computing the factorial of a positive integer n using iteration, tail and non-tail recursion. Searching using linear search and iterative binary. Big-O for each is explored.
vakenbolt/Kart
CART based Decision Tree Classifier for Kotlin
vitia-fritelle/tail-code-optimization
Tail Code Optimization in JavaScript
loadwiki/scalaTour
Coding tour in scala programming, feeling the magic of functional paradigm.
nomagic/trampoline
An implementation of trampolining allowing for tail recursion in java w/out fear of stack overflows
otomikesuy/programming-language-part-A
Just wanted to keep some of the codes that I learned in a class at Coursera
tinyHiker/easy_leetcodesque
This repository stores python exercises that tested my knowledge of recursion, conditional logic, string manipulation, looping, sequences, collections, functions, classes etc.
Agha-Muqarib/Scala-Learning
The repository contains the learning journey/getting familiar with Scala and Functional Programming drills. Assignments have been implemented, introducing to most of the utilities in Scala and concepts of functional programming.
alenthomas/days_between_dates
Program to give the no of days between 2 dates; done using both loops and recursion
byx2000/stack-guard
在Java中实现尾调用优化
Ehiremen/literate-pancake
These are random (mostly short) problems I encounter and attempt
JasonBallantyne/TimeComplexityAlgorithms
Implementation of time complexity and curve fitting algorithms.
KavyaOS/Haskell
Homemade solutions to standard builtin code in Haskell.
minmus-9/lysp
Python LISP: Solution In Search Of A Problem
mtumilowicz/groovy-trampoline-tail-recursion
Trampoline and tail recursion features for groovy closures.