Hacker News new | ask | show | jobs
by aetimmes 888 days ago
I don't understand why you would use tail recursive functions for fibonacci ever and hence its relevance for dynamic programming. It can be solved with a simple equation with one input parameter. Solution left to OP as an exercise.