An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# subsets
[![travis-ci.org](https://travis-ci.org/jonestimd/subsets.svg?branch=master)](https://travis-ci.org/jonestimd/subsets?branch=master)
[![codecov.io](https://codecov.io/github/jonestimd/subsets/coverage.svg?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

```