Solves subset sum problem and returns a set of decomposed integers.
-
Updated
Aug 4, 2024 - Rust
Solves subset sum problem and returns a set of decomposed integers.
As simple bruteforce solver for the subset sum problem
Knapsack and Subset Sum algorithms from my university course "Algorithms and Data Structures 2"
Add a description, image, and links to the subset-sum topic page so that developers can more easily learn about it.
To associate your repository with the subset-sum topic, visit your repo's landing page and select "manage topics."