|
|
|
|
|
by AnimalMuppet
465 days ago
|
|
No, still false. Anything that recurses more than once cannot. A Fibonacci series, done by recursion, cannot be done by tail recursion (without memoization). A binary tree walker that visits all the notes (as opposed to searching for one node) cannot be done with tail recursion. And so on. |
|
[0] https://news.ycombinator.com/item?id=43365880