Comment by scotty79 Comment by scotty79 9 hours ago 1 reply Copy Link View on Hacker News So all in all pretty basic stuff. Why would anyone worth their salt should have problem with that?
Copy Link dgacmu 6 hours ago Collapse Comment - The hard part is realizing that the problem you're solving efficiently maps to a dynamic programming algorithm. You have to spot the opportunity for sub-problem reuse, or else the solution looks something like cubic or exponential (etc.) Reply View | 0 replies
The hard part is realizing that the problem you're solving efficiently maps to a dynamic programming algorithm. You have to spot the opportunity for sub-problem reuse, or else the solution looks something like cubic or exponential (etc.)