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

Coding Activity #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MuhammadAzeemAhsan
Copy link

Added Kadane's Algo file Successfully.

Copy link
Owner

@saadali18 saadali18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Work.
Minor adjustments required.

@@ -0,0 +1,26 @@
//Base Algo is Dynamic Programing and approach is greedy approach.
//At ech step we are considering local maxima rather than looking at whole array

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please mention the Time Complexity for this solution.

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.

2 participants