Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Algorithm] Maximum SubArray Problem [Python] #215

Closed
halderjoydeep opened this issue Oct 3, 2018 · 7 comments
Closed

[Algorithm] Maximum SubArray Problem [Python] #215

halderjoydeep opened this issue Oct 3, 2018 · 7 comments

Comments

@halderjoydeep
Copy link
Contributor

I want to implement Maximum SubArray problem in Python. May I proceed?

@sangamcse
Copy link
Member

GitMate.io thinks possibly related issues are #183 ([Algo] Dijkstra’s Shortest Path Algorithm [Python]), #37 ([DataStructure] Stack [Python]), #2 (Add all sorting algorithms), #43 ([Algo] Binary Search [Python]), and #13 ([Algo]: Add Bubble Sort in python).

@sangamcse sangamcse added bug Something isn't working enhancement New feature or request labels Oct 3, 2018
@sangamcse
Copy link
Member

Where is the reference of the Algo? Like wiki or any other.

@sangamcse sangamcse added lang/Python and removed bug Something isn't working enhancement New feature or request labels Oct 3, 2018
@halderjoydeep
Copy link
Contributor Author

Here is the reference of maximum subarray problem.
https://en.wikipedia.org/wiki/Maximum_subarray_problem

@ghost
Copy link

ghost commented Oct 3, 2018

I submitted a PR but Labelled as Invalid please check

@sangamcse
Copy link
Member

@udaykiranreddykondreddy because you opened a PR without asking any assignment of issue and @halderjoydeep has already asked for the assignment first #215 (comment)

@sangamcse
Copy link
Member

@halderjoydeep go through the contribution guidelines before opening a PR

@ghost
Copy link

ghost commented Oct 3, 2018

sorry

halderjoydeep added a commit to halderjoydeep/Algorithms that referenced this issue Oct 4, 2018
Divide and Conquer method to solve maximum
subarray problem

closes NITSkmOS#215
halderjoydeep added a commit to halderjoydeep/Algorithms that referenced this issue Oct 4, 2018
The math module has been removed

closes NITSkmOS#215
halderjoydeep added a commit to halderjoydeep/Algorithms that referenced this issue Oct 4, 2018
Divide and Conquer method to solve maximum subarray problem

closes NITSkmOS#215
halderjoydeep added a commit to halderjoydeep/Algorithms that referenced this issue Oct 7, 2018
Divide and Conquer method to solve maximum subarray problem

closes NITSkmOS#215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants