Skip to content

Comments

feat: kadane's algorithm in short using dp#78

Open
rsrahul1000 wants to merge 1 commit intogeeks-hub-nith:mainfrom
rsrahul1000:main
Open

feat: kadane's algorithm in short using dp#78
rsrahul1000 wants to merge 1 commit intogeeks-hub-nith:mainfrom
rsrahul1000:main

Conversation

@rsrahul1000
Copy link

Kadane's Algorithm is an iterative dynamic programming algorithm. It calculates the maximum sum subarray ending at a particular position by using the maximum sum subarray ending at the previous position.

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