Hacker News
- Programming Bottom-Up (1993) http://www.paulgraham.com/progbot.html 33 comments
- Programming Bottom-Up (1993) http://www.paulgraham.com/progbot.html 64 comments
- Two Approaches to Learning Programming: Top-Down and Bottom-Up http://www.programmingforbeginnersbook.com/blog/top-down-bottom-up-approaches-to-learning-programming/ 28 comments
- Programming Bottom-up http://paulgraham.com/progbot.html 9 comments lisp
- Two Approaches to Learning Programming: Top-Down and Bottom-Up http://www.programmingforbeginnersbook.com/blog/top-down-bottom-up-approaches-to-learning-programming/ 18 comments learnprogramming
- Dynamic programming on whiteboard: top-down vs. bottom-up https://www.reddit.com/r/cscareerquestions/comments/5bkiu3/dynamic_programming_on_whiteboard_topdown_vs/ 24 comments cscareerquestions
- If you could rename dynamic programming, what would you call it? Some history and alternative names: frugal bottom-up recursion, tabulated recursion, memoization, & splice-and-combine. http://cstheory.stackexchange.com/q/5635/1037 11 comments compsci