Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Kadane’s Algorithm: Largest Sum Contiguous Subarray #68

Open
Jvs21 opened this issue Oct 1, 2021 · 11 comments
Open

Kadane’s Algorithm: Largest Sum Contiguous Subarray #68

Jvs21 opened this issue Oct 1, 2021 · 11 comments

Comments

@Jvs21
Copy link
Contributor

Jvs21 commented Oct 1, 2021

🚀 Feature

Implement Kadane’s Algorithm to find the sum of contiguous subarray within a one-dimensional array of numbers that has the largest sum.

Have you read the Contribution Guidelines?

Yes

Pitch

Uses O(1) space and takes O(n) time.

Assignees

(Do not make changes in this section until asked to do so)
C - @anshkush92college
C# -
C++ - @tm2k23
Go -
Java - @Jvs21
Javascript -
Kotlin -
Python - @anushkarthik05

@Jvs21
Copy link
Contributor Author

Jvs21 commented Oct 1, 2021

@manan025 Would like to contribute in Java

@tm2k23
Copy link
Contributor

tm2k23 commented Oct 1, 2021

Hey, I would like to contribute in C++, please assign it to me.

@anushkarthik05
Copy link
Contributor

@manan025 I would like to contribute in Python

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

@Jvs21 - Java
@tm2k23 - C++
@anushkarthik05 - Python
assigned

@sachin4627
Copy link
Contributor

@manan025 for java kadane's assign to me, someone else is already merged for java.

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

@sachin4627 The algorithm has been written in Java and has been merged to the main repo too. So, I can't assign in the same language again.

@tm2k23
Copy link
Contributor

tm2k23 commented Oct 1, 2021

Hey @manan025 since I am a beginner at open-source, I just had a query.
After forking the repo, and merging my pull request, there won't be any effect even if I delete the forked repo from my profile
Right?

@manan025
Copy link
Owner

manan025 commented Oct 1, 2021

Once I merge your PR, you can delete forked repo.

@tm2k23
Copy link
Contributor

tm2k23 commented Oct 1, 2021

ok, thank you.

@tm2k23 tm2k23 mentioned this issue Oct 1, 2021
3 tasks
@anshkush92
Copy link

@manan025 can you assign this to me in C.

@manan025
Copy link
Owner

manan025 commented Oct 2, 2021

@anshkush92college - C assigned

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants