The code within this repository implements a quantum algorithm for solving the subset sum problem, which is stated as follows: Some authors are only concerned with whether or not such a subset exists, ...
Solving the popular NP problem, The Subset Sum Problem, with an Amortized O(n) algorithm based on Recursive Backtracking. The Algorithm stood second fastest in the organized Intra-University ...