abhisek247767 / LeetCode2024-6Companies30Days

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
23 stars 44 forks source link

📃: Adding Kadane's Algorithms #86

Open akshit397a opened 2 hours ago

akshit397a commented 2 hours ago

🟢 Title : Kadane's Algorithms 🟢 Programming language : C++ 🟢 Objective : Finds the maximum sum of a contiguous subarray in linear time. 🟢 Summary : This C++ code uses Kadane's Algorithm, which efficiently finds the maximum sum of a contiguous subarray in linear time. It initializes two variables to track the current maximum sum and the global maximum sum as it iterates through the array. The algorithm updates these values based on the current element and returns the maximum found.


✅ Details to Include When Taking the Issue: Name : Akshit Agarwal (akshit397a)


github-actions[bot] commented 2 hours ago

👋 Thanks for opening this issue! We appreciate your feedback and will look into it as soon as possible.

helloshalini commented 50 minutes ago

Hey @abhisek247767 , I want to work on this issue could you please assign to me.