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 information on this web page is 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.