Neoalgo: Minimum Sum Partition Problem

Created on 26 Aug 2020  路  9Comments  路  Source: TesseractCoding/NeoAlgo

馃殌 Feature

__HackinCodes2020 Participant__

Minimum Sum Partition Problem:

In this problem given set is partitioned into two subsets such that the difference between the sum of elements of 1st set and the sum of elements of 2nd set is minimized.

Language Supported:

C
CPP
Python
Java
C#
JavaScript
GO

Have you read the Contributing Guidelines on Pull Requests?

Yes

Motivation

It is a part of Dynamic Programming.
This problem is mainly an extension of the Dynamic Programming (Partition Problem).
It has not yet been added to DP problems in the repository.

Pitch

As we know that problems having optimal substructure and overlapping can be solved by Dynamic Programming.
This problem has an optimal substructure. This means that the problem can be divided into smaller, simple subproblems which can be further divided until the solution becomes trivial.

I want to take up this issue in C++ and Python.

@plazzy99 @SKAUL05 @Kajol-Kumari @Abhijit2505 @routrohan

C-Plus-Plus C-Sharp CH20 Go Java JavaScript Python medium no-issue-activity

All 9 comments

I would like to take this in Java.

I would like to work on C++

I would like to work on C

Iwould like to do it in Python.

@GrayFlash as c++ is already taken up by @sharur7 can't assign it to you. Feel free to claim any other issues.
@sharur7 : c++
@Ajay0511 : Python
@ritvij14 : Java
@sahanabalappa : C

GO ahead!

@Kajol-Kumari please also add a tag for its difficulty level.

We are logging the scores for the Contributor's Hack 2020. If you have one or more than one PR merged during the program, make sure to fill this form

@HarshCasper, @iamrajiv please add a difficulty label to this Issue

Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Telegram or ping one of the reviewers. Thank you for your contributions!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HarshCasper picture HarshCasper  路  8Comments

Joshitha18 picture Joshitha18  路  9Comments

sukritidawar picture sukritidawar  路  7Comments

ashwanisng picture ashwanisng  路  7Comments

Joshitha18 picture Joshitha18  路  10Comments