Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Kadane's algothirm to array in data_structures folder #12224

Open
Siddhart2004 opened this issue Oct 21, 2024 · 1 comment · May be fixed by #12270
Open

Adding Kadane's algothirm to array in data_structures folder #12224

Siddhart2004 opened this issue Oct 21, 2024 · 1 comment · May be fixed by #12270
Labels
enhancement This PR modified some existing files

Comments

@Siddhart2004
Copy link

Feature description

📋** Topic**: Kadane's algothirm

Description

Kadane’s algorithm is a popular algorithm used to find the maximum sum of a contiguous subarray in an array with a time complexity of O(n). It efficiently handles both positive and negative numbers, making it an essential part of algorithmic problem-solving.
This algorithm can be a valuable addition to the project’s library under the "array" section, improving resources for learners and contributors.

I would like to work on this.

@Siddhart2004 Siddhart2004 added the enhancement This PR modified some existing files label Oct 21, 2024
@ankana2113 ankana2113 linked a pull request Oct 24, 2024 that will close this issue
15 tasks
@Christiansada
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
2 participants