Skip to content

Releases: europeanplaice/subset_sum

Subset Sum v0.11.2

24 Feb 11:06
50870a8
Compare
Choose a tag to compare

Change variables' names to improve readability

Subset Sum v0.11.1

23 Feb 08:40
6fd84b8
Compare
Choose a tag to compare
  • Refactored codes to make them efficient.

Subset Sum v0.11.0

22 Feb 17:45
d583456
Compare
Choose a tag to compare
  • Skip unnecessary loop in find_subset. It can expect speedup in some cases.

Subset Sum v0.10.2

21 Feb 10:05
2ce7e36
Compare
Choose a tag to compare
  • Added python implementation.

Subset Sum v0.9.0

19 Feb 13:20
d9372f6
Compare
Choose a tag to compare
  • Converted VecDeque to Vec.

Subset Sum v0.8.4

18 Feb 09:34
7199cd3
Compare
Choose a tag to compare

In many-to-many, it got to return an empty vector if the sums of the two vectors are not equal.

Subset Sum v0.8.3

17 Feb 13:24
acd7dea
Compare
Choose a tag to compare
  • Removed redundant recursion.

Subset Sum v0.8.2

16 Feb 11:35
7355625
Compare
Choose a tag to compare
  • Fixed to avoid a stack overflow.

Subset Sum v0.8.1

15 Feb 22:12
59ba6f9
Compare
Choose a tag to compare
  • Add sequence_matcher_m2m. With this function, Many-to-many relationships can be captured.

Subset Sum v0.7.0

15 Feb 04:06
b6e076b
Compare
Choose a tag to compare
  • Added sequence_matcher.