Skip to content

Releases: europeanplaice/subset_sum

Subset Sum v0.22.0

07 Apr 15:45
d46631e
Compare
Choose a tag to compare
  • Change to show remainders of results.

Subset Sum v0.21.0

06 Apr 14:04
f69ae8c
Compare
Choose a tag to compare
  • Enabled to make incomplete matching. Before this version, the keys and the targets' sum must be same. But with this version, any different lists it can accept.

Subset Sum v0.20.0

01 Apr 14:09
a1b84d7
Compare
Choose a tag to compare
  • Refactored the codes for readability and performance.

Subset Sum v0.19.0

31 Mar 10:46
28883a8
Compare
Choose a tag to compare
  • Refactored the codes and made it run faster.

v0.18.2

24 Mar 14:46
bac2b95
Compare
Choose a tag to compare
  • Refactored find_subset and the other methods.
  • Speed up operations.

Subset Sum v0.17.4

21 Mar 08:23
d2c6575
Compare
Choose a tag to compare
  • Refactored find_subset.

Subset Sum v0.17.3

20 Mar 22:49
2e1e6e0
Compare
Choose a tag to compare
  • Removed unnecessary variables.
  • Improved an algorithm of combinations.

Subset Sum v0.17.2

20 Mar 08:15
43b22c8
Compare
Choose a tag to compare
  • Changed the dynamic programming table to 1D from 2D.

Subset Sum v0.17.1

19 Mar 10:43
bd9c0ee
Compare
Choose a tag to compare
  • Introduced Concurrency.

Subset Sum v0.16.2

17 Mar 15:41
3e432bf
Compare
Choose a tag to compare
  • Fixed an iterator.