Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 106 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 106 Bytes

tail-recursion

A special form of recursion where the last operation of a function is a recursive call.