TADM2E 3.12
From Algorithm Wiki
Let's put into the black box whole set <math>S=\{x_i\}_{i=1}^n</math>. If <math>bb(S)</math> is True, then such subset existing and we can go on:
- R:=S
- for i:=1 to n do
- If <math>bb(R/\{x_i\})</math> is True then <math>R:=R/\{x_i\}</math>
When this iteration is finished R will be subset of S that adds up to k.