Skip to content

iwdok/Subset-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subset-Problem calculator

This program searches for all subsets from given numbers, whose sum is equal to a given number

To get started, open project in visual studio and compile it

Built With

  • C#
  • WPF

Features

  • Recursive search algorithm;
  • Handle ~2 000 000 combinations;
  • With a large number of combinations, writes them to a text file;
Handle ~2 000 000 combinations

About

The program searches for all subsets whose sum is equal to a given number

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages