https://github.com/jonestimd/subsets
Java library for finding subsets of a collection
https://github.com/jonestimd/subsets
java-library subsets
Last synced: 6 months ago
JSON representation
Java library for finding subsets of a collection
- Host: GitHub
- URL: https://github.com/jonestimd/subsets
- Owner: jonestimd
- License: unlicense
- Created: 2016-01-18T20:37:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T23:45:16.000Z (over 10 years ago)
- Last Synced: 2023-07-04T03:47:10.653Z (almost 3 years ago)
- Topics: java-library, subsets
- Language: Java
- Homepage: https://jonestimd.github.io/subsets/
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subsets
[](https://travis-ci.org/jonestimd/subsets?branch=master)
[](https://codecov.io/github/jonestimd/subsets?branch=master)
A Java library that provides utilities for finding subsets of a collection that meet some criteria.
[Java Doc](http://jonestimd.github.io/subsets/javadoc/index.html)
#### Maven dependency
```xml
io.github.jonestimd
subsets
1.0
```