__HackinCodes2020 Participant__
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
Yes
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.
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
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!