Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 619 forks source link

Count of Subsets of a given Sum Using Dynamic Programming #1154

Open ranasauravsingh opened 3 years ago

ranasauravsingh commented 3 years ago

Hello, @rudrakshi99 @nakul-19 @plazzy99 @tarun26091999 @raksha009 @shreyanspoddar

Myself Saurav, I am a GSSoC21 participant.

What I want to contribute :

Optimized approach for Count of Subsets of a given Sum Algorithm using Dynamic programming My code will be in C++ language, The code will be commented for better understanding, included with 2 test cases Please assign this issue to me. Thank you.

Aarti002 commented 3 years ago

hello can i contribute to this issue in python Thank you!!