this post was submitted on 01 Dec 2023
17 points (100.0% liked)

NotAwfulTech

358 readers
1 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 1 year ago
MODERATORS
 

Rules: no spoilers.

The other rules are made up as we go along.

Share code by link to a forge, home page, pastebin (Eric Wastl has one here) or code section in a comment.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 11 months ago

12

a,bFinally! a Dee Pee!!!

This problem was mainly testing:

  • Are you a bad enough dude to formulate this DP correctly?
  • Are you a bad enough dude to choose a good DP state storage schema?
  • Is your computer a bad enough dude to store all the DP states if you choose a bad storage schema?

...which is true of all DP problems, honestly. So given you know and understand how to approach DP problems, this would be more an engineering issue than anything.