Skip to content

psrana/Mini-Project-Subset-Selection-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Subset Selection Problem


1. Problem Statement:


  • Find all the subsets from a set of numbers whose sum is zero.
  • Constraint: Subset size must be 5
  • Set={-12, -3, -6, 7, 2, -2, 6, 3, 9, -7, -5, -8, 1, 11, -9, -4}

2. Problem Statement:


  • Find all the subsets from a set of numbers whose sum is zero.
  • Constraint: Subset size must be 3 to 6 only
  • Set={-12, -3, -6, 7, 2, -2, 6, 3, 9, -7, -5, -8, 1, 11, -9, -4}

Solution


image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published