subset_sum_brute_test


subset_sum_brute_test, a C code which calls subset_sum_brute(), which solves a subset sum problem by brute force.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

subset_sum_brute, a C code which solves a subset sum problem by brute force.

Source Code:


Last revised on 06 October 2022.