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
- C#
- WPF
- Recursive search algorithm;
- Handle ~2 000 000 combinations;
- With a large number of combinations, writes them to a text file;