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.
- Host: GitHub
- URL: https://github.com/igrep/powersets
- Owner: igrep
- License: apache-2.0
- Created: 2022-01-28T11:38:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T00:27:18.000Z (over 4 years ago)
- Last Synced: 2025-07-10T14:58:55.378Z (11 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)