kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Kadane's Algorithm in Java #498

Closed prateekrai123 closed 4 years ago

prateekrai123 commented 4 years ago

Description

The file will contain the implementation of Kadane's algorithm in Java in O(n) time complexity.

Additional context

This solves the largest sum contiguous subarray problem.

Important Checklist

Languages and Assignees:

prateekrai123 commented 4 years ago

@kaustubhgupta assign it to me.