Google-Developer-Student-Club-RJIT / Google-Developer-Student-Club-RJIT/DSA
Kadanes algorithm
Open
hacktoberfest
hacktoberfest-accepted
- Dominant language
- C++
- Stars
- 1
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
want to solve this algorithm in c++.
language:
* [x] C++
* [ ] C
* [ ] JAVA
* [ ] Python
Non-Code:
* [x] Add readme
* [ ] Add images
// problem link: https://practice.geeksforgeeks.org/problems/kadanes-algorithm-1587115620/1
the task of finding a contiguous subarray with the largest sum, within a given one-dimensional array A[1...n] of numbers.
Contributor guide
Assessment
This issue has not been assessed yet.