Definify.com
Definition 2024
tail_recursive
tail recursive
English
Noun
- (computing)A style of programming in which all functions are written so that recursive calls are made nowhere but immediately before function return.
Adjective
tail recursive (not comparable)
- (computing)A program or function that is written or can be rewritten in a tail recursive style.
See also
- tail recursion
- tail recursively