Skip to content

Kadane's Algorithm.cpp#122

Open
Kam149 wants to merge 1 commit intodeepakuniyaliit:mainfrom
Kam149:patch-1
Open

Kadane's Algorithm.cpp#122
Kam149 wants to merge 1 commit intodeepakuniyaliit:mainfrom
Kam149:patch-1

Conversation

@Kam149
Copy link

@Kam149 Kam149 commented Oct 31, 2020

Kadane’s algorithm is used to find out the maximum subarray sum from an array of integers. The time complexity of the algorithm is O(n) and Space Complexity is O(1).

Kadane’s algorithm is used to find out the maximum subarray sum from an array of integers. The time complexity of the algorithm is O(n) and Space Complexity is O(1).
@Kam149
Copy link
Author

Kam149 commented Oct 31, 2020

CodeChef Question asked was to find maximum sum of elements present in an array. This accomplished using Kadane's Algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant