Dynamic Programming Gym
A little contest to get you guys started with some dynamic programming problems!
Remember you'll generally be using an array which stores solutions to subproblems, which you'll solve in a particular order to get to the right solution of your overall problem.
Feel free to reach out on the 'problem_help' channel on our Discord server, and someone will help review your code or guide you towards the solution.
Problems
Problem | Points | AC Rate | Users |
---|---|---|---|
Coin Change | 1 | 53.8% | 6 |
Longest Increasing Subsequence | 1 | 40.0% | 6 |
K-Palindromes | 1p | 41.4% | 27 |
Friend Pairing | 1 | 7.1% | 1 |
Comments