Hacker News new | ask | show | jobs
by gime_tree_fiddy 1629 days ago
Any focus on Dynamic Programming stuff? I myself prefer Python(as it very closely resembles pseudocode)
1 comments

I prefer python as well. It has some built in caching that makes DP problems trivial at times.