mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-10 02:56:54 +00:00
[PR #1319] [CLOSED] added the kadane's algorithm in c lang #1916
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1319
Author: @LowkeyLipasa
Created: 10/1/2023
Status: ❌ Closed
Base:
master← Head:test📝 Commits (1)
b0bc4ddadded the kadane's algorithm in c lang📊 Changes
1 file changed (+34 additions, -0 deletions)
View changed files
➕
dynamic_programming/kadane.c(+34 -0)📄 Description
Description of Change
References
Checklist
Notes:
I basically added the kadane's algorithm which is used to find the maximum sum of a subarray in dynamic programming in c language.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.