r1cc4rdo / daily_coding_problem

Solutions to https://dailycodingproblem.com
The Unlicense
160 stars 39 forks source link

Modify solution of problem 9 #2

Closed Jedshady closed 6 years ago

Jedshady commented 6 years ago

Hey Riccardo, Here I provide a modified solution to problem 9. This solution uses dynamic programming to recursively find the max sum. Should be correct. I have not checked solutions to other problems yet. Will do when I got time. All the best. Cheers

r1cc4rdo commented 6 years ago

Merged. Thanks!

Solves https://github.com/r1cc4rdo/daily_coding_problem/issues/1