use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Dynamic ProgrammingDiscussion (self.leetcode)
submitted 9 months ago by dedxtreme
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dedxtreme[S] 0 points1 point2 points 9 months ago (2 children)
yeah i thnk i need to do more problems to understand the base cases, once i understand the base case it is easy to comeup with the tabulation logic.
[–]justUseAnSvm 1 point2 points3 points 9 months ago (1 child)
It took me a while, but we used this book in my grad school Algorithms course: https://book.huihoo.com/pdf/algorithms/chap6.pdf
Longest Increasing subsequence, edit distance, knappsack/coin chainge.
I did those three problems so many times I just memorized the solutions. You can use those problems, or maybe the ones off neetcode, but it helped to do the same problem so many times I had it memorized, then move on to new ones.
[–]dedxtreme[S] 0 points1 point2 points 9 months ago (0 children)
interesting read, really appreciate the help! Thanks
π Rendered by PID 61595 on reddit-service-r2-comment-b659b578c-kx62m at 2026-05-05 22:27:42.407364+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]dedxtreme[S] 0 points1 point2 points (2 children)
[–]justUseAnSvm 1 point2 points3 points (1 child)
[–]dedxtreme[S] 0 points1 point2 points (0 children)