Skip to content

Conversation

@Aayushi2302
Copy link
Contributor

This is a code written in C++ Programming language for Kadane's Algorithm.
Kadane's Algorithm is used to find the largest sum of the contiguous subarray of an array. This algorithm calculates the largest sum among all the sub-arrays of an array in O(n) time complexity.
Thank you!

Copy link
Owner

@KhanShaheb34 KhanShaheb34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution ❤️

@KhanShaheb34 KhanShaheb34 merged commit 50cfb46 into KhanShaheb34:master Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants