mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Maximum-Sum-Subarray-[Kadanes-Algorithm] #191

Closed nishantagrawal01 closed 2 years ago

nishantagrawal01 commented 2 years ago

Solution code to find the sum of maximum sum subarray in a given array.

mgechev commented 2 years ago

Could you make the file executable, add tests, and documentation?