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

DP Solution to Knapsack problem #90

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

DP Solution to Knapsack problem #90

wants to merge 3 commits into from

Conversation

niharbansal02
Copy link

@niharbansal02 niharbansal02 commented Oct 9, 2021

What is the change?

The knapsack problem is a classic optimization problem in mathematics that is also faced in day-to-day life and in many projects.
I've added the solution and a detailed explanation of the same.

Related issue?

closes #95

Checklist:

Before you create this PR, confirm all the requirements listed below by checking the checkboxes [x]:

  • I have followed the Code of Conduct.
  • I have checked there aren't other open Pull Requests for the same update/change.
  • I have you tested the code before submission.
  • I have commented on my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I'm Hacktoberfest'21 contributor.

Screenshots (if any)

@siddhi-244
Copy link
Member

Link issue !

@niharbansal02
Copy link
Author

Hi @siddhi-244 Done. Please review.

Copy link
Member

@siddhi-244 siddhi-244 left a comment

Choose a reason for hiding this comment

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

Explain a bit more about it.

Copy link
Author

@niharbansal02 niharbansal02 left a comment

Choose a reason for hiding this comment

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

Approved.

@niharbansal02
Copy link
Author

Hi @siddhi-244 , performed the necessary changes.

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.

Knapsack Problem
2 participants