codesankalp / dsalgo

MIT License
8 stars 24 forks source link

Create Kadane's algo.py #89

Closed Suryansh8181 closed 1 year ago

Suryansh8181 commented 2 years ago

Program for maximum sub array sum

ravi5175 commented 2 years ago

@Suryansh8181, I'm glad that you are trying to contribute, but please read the contribution guidelines, module architecture and the algo you are trying to implement fits in which section. Follow object oriented approach and please provide test cases for the algorithm.