P
partlycloudy22
Does anyone have a list of numbers for which they need to find a set
that adds to a certain value? I am working on some code and would like
some real world examples to feed it.
For example, say I have the following list of numbers:
979.22
7047.06
10737.24
5533.48
11508.32
13852.8
3145.03
1914.74
3339.86
-3339.86
9055.51
-9055.51
1193.44
4305.22
2665.57
11996.98
4104.66
11257.6
I want to find the combination of numbers that add to $76,395.94.
Does anyone have any lists they could post for me to test the code
with? Long or short lists will work, and real world examples are
preferable. Thanks!
that adds to a certain value? I am working on some code and would like
some real world examples to feed it.
For example, say I have the following list of numbers:
979.22
7047.06
10737.24
5533.48
11508.32
13852.8
3145.03
1914.74
3339.86
-3339.86
9055.51
-9055.51
1193.44
4305.22
2665.57
11996.98
4104.66
11257.6
I want to find the combination of numbers that add to $76,395.94.
Does anyone have any lists they could post for me to test the code
with? Long or short lists will work, and real world examples are
preferable. Thanks!