DhanushNehru / Hacktoberfest2024

Hacktoberfest 2024 OPEN FIRST Pull Request - SUPPORT OPEN SOURCE - Don't forget to spread love and if you like give us a ⭐️
84 stars 520 forks source link

Kadane's Algorithm to find the maximum sum of a contiguous subarray #338 #416

Closed PatilIsha closed 3 weeks ago

PatilIsha commented 3 weeks ago

…#338te Kadane'sAlgo.java

🤝 Join the Discussion!

Thank you for contributing! Before you submit this Pull Request, please take a moment to:

  1. Follow the maintainer of the repository
  2. Join ongoing discussions https://github.com/DhanushNehru/Hacktoberfest2024/discussions/405 and make sure you voted.

📋 PR Details

Description of Changes:
Kadane's Algorithm efficiently finds the maximum sum of a contiguous subarray within a one-dimensional array of numbers. The problem is to find the largest sum possible by summing a sequence of consecutive elements from the array.

📝 Contributor Info_

Isha Patil

✅ Checklist Before Submitting


📣 Additional Comments

Anything else you want to share about this PR? Feedback, suggestions, or additional info? Let us know!


Thank you for contributing! 🎉 Your participation helps make this project better. Let's grow together