Timeline for Need help understanding a recursion example in Python
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 28, 2014 at 8:38 | comment | added | ctrl-alt-delor | Note: in python, you will get a stack-overflow for large values of n. This is because python has no tail-call optimisation. (This is a design feature, to allow the implementation of full stack tracing.) | |
| Jul 26, 2014 at 9:15 | history | answered | ctrl-alt-delor | CC BY-SA 3.0 |