TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
193.28k stars 45.5k forks source link

Addition of maximum non-adjacent sum algorithm #2129

Closed ruppysuppy closed 4 years ago

ruppysuppy commented 4 years ago

I would like to add on the maximum non-adjacent sum algorithm in dynamic programming section. Can I work on it?

cclauss commented 4 years ago

Go for it. No need to open issues. Just create a pull request and it will be evaluated on it merits.

ruppysuppy commented 4 years ago

@cclauss could you please help? The pull request is failing the build as there is some issues with ciphers/affine_cipher.py. I went through the Travis CI logs. The 3rd doctest is failing for that file is failing. (#2130 )