Skip to content

Releases: lbillingham/tuple-sum-filter

Version 0.0.1 itertools, floats, slowness

17 Feb 18:05

Choose a tag to compare

Initial release.
Lib allows filtering by sum over pairs and triplets of numbers loaded from a local file.
Plus a bonus CLI app that can be used for demoing the lib.

Solution is itertools-y and rather slow (probably $O^{n}$ where pairs->n=2 and triplets->n=3).

This is the version shown to MM