fsteeg.com | notes | tags

∞ /notes/tail-recursion | 2005-12-17 | programming

Tail Recursion

Cross-posted to: https://fsteeg.wordpress.com/2005/12/17/tail-recursion/

I'll have to look into support for tail-recursion support, recursive complexity and such. This must be the reason for the suffix tree to grow too fast: Java doesn't support tail-recursion, which Lisp does. Is this true?