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

https://github.com/igrep/powersets

Several algorithms to enumerate the powerset of a list.
https://github.com/igrep/powersets

Last synced: 11 months ago
JSON representation

Several algorithms to enumerate the powerset of a list.

Awesome Lists containing this project

README

          

# powersets

Several algorithms to enumerate the powerset of a list. Written in Haskell and Ruby.

## Tested Environment

Ruby:

```
> ruby --version
ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt]
```

Haskell: LTS Haskell 18.22 (GHC 8.10.7)