Hacker News new | ask | show | jobs
by jonahx 747 days ago
Nice insight. Similarly, dynamic programming solutions that "build up" from the bottom can often be clearer than those "go down" recursively from the top, even though they're equivalent.