Definitions from Wiktionary (tail recursion)
▸ noun: (programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.
▸ Words similar to tail recursion
▸ Usage examples for tail recursion
▸ Idioms related to tail recursion
▸ Wikipedia articles (New!)
▸ Words that often appear near tail recursion
▸ Rhymes of tail recursion
▸ Invented words related to tail recursion
▸ noun: (programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.
Similar:
recursive function,
tail call,
retpoline,
iteration,
traceback,
return,
backtrace,
trace,
trampoline,
memoization,
more...
Opposite:
Phrases:
▸ Words similar to tail recursion
▸ Usage examples for tail recursion
▸ Idioms related to tail recursion
▸ Wikipedia articles (New!)
▸ Words that often appear near tail recursion
▸ Rhymes of tail recursion
▸ Invented words related to tail recursion