Skip to content

Conversation

avin-madhu
Copy link

@avin-madhu avin-madhu commented Oct 6, 2024

Describe your change:

  • Added the maximum subarray sum algorithm using Kadane's Algorithm in the array section of data structures.

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, I have opened separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • The new algorithm includes a URL that points to an external explanation (e.g., Wikipedia or similar).
  • If this pull request resolves one or more open issues, the description includes the issue number(s) with a closing keyword: "Fixes #ISSUE-NUMBER".

@algorithms-keeper algorithms-keeper bot added the tests are failing Do not merge until tests pass label Oct 6, 2024
@cclauss
Copy link
Member

cclauss commented Oct 22, 2024

Closing tests_are_failing PRs to prepare for Hacktoberfest

@cclauss cclauss closed this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests are failing Do not merge until tests pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants