7 Commits

Author SHA1 Message Date
ed49e122a7 tried to fix tests 2021-10-06 15:34:08 +05:30
5a59d1efc0 changes made 2021-10-06 15:02:37 +05:30
3a8e336262 added documentation, js standard style and jest testing to kadane algorithm file. 2021-10-06 14:45:07 +05:30
1589263947 fixed some spellings 2021-10-05 12:49:23 +05:30
a1f69b03b2 Style fix (Standard js) 2021-01-23 16:19:55 +05:30
5ba1cffb20 Optimizing maxSum updation (#186)
* Optimizing maxSum updation

compare maxSum with cummulativeSum only when cummulativeSum is greater than zero

* Fixing linter error
2020-06-12 18:04:18 +05:30
9000e1caaa Re-orgainze files and folders in the repository (#172)
* Re-orgainze files and folders in the repository

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-05-18 11:10:07 +05:30