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

feat:Added Implementation of Split_Largest_Array_Sum Algorithm #2832

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ARYPROGRAMMER
Copy link

Description of Change

Added the Solution to LeetCode (Medium-DP) Question "Split Largest Sum Array"

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: Uses O(n) efficient approach to handle all test cases

dynamic_programming/split_array_largest_sum.cpp Outdated Show resolved Hide resolved
dynamic_programming/split_array_largest_sum.cpp Outdated Show resolved Hide resolved
dynamic_programming/split_array_largest_sum.cpp Outdated Show resolved Hide resolved
@realstealthninja realstealthninja added the awaiting modification Do not merge until modifications are made label Oct 21, 2024
Copy link
Author

@ARYPROGRAMMER ARYPROGRAMMER left a comment

Choose a reason for hiding this comment

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

tried to solve all changes, waiting for re-review

Copy link
Author

@ARYPROGRAMMER ARYPROGRAMMER left a comment

Choose a reason for hiding this comment

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

@realstealthninja please review and verify changes

Copy link
Contributor

github-actions bot commented Dec 8, 2024

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting modification Do not merge until modifications are made stale Author has not responded to the comments for over 2 weeks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants