Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanjameswatson/exhaustive-search-calculator
A website for solving combinatorics problems
https://github.com/jonathanjameswatson/exhaustive-search-calculator
calculator css exhaustive-search html javascript webpack
Last synced: about 2 months ago
JSON representation
A website for solving combinatorics problems
- Host: GitHub
- URL: https://github.com/jonathanjameswatson/exhaustive-search-calculator
- Owner: jonathanjameswatson
- License: mit
- Created: 2018-12-18T16:58:25.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T02:24:13.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:38:17.652Z (2 months ago)
- Topics: calculator, css, exhaustive-search, html, javascript, webpack
- Language: JavaScript
- Homepage: https://jonathanjameswatson.com/exhaustive-search-calculator
- Size: 878 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exhaustive search calculator
![](https://img.shields.io/github/license/jonathanjameswatson/exhaustive-search-calculator)
A website for solving simple combinatorics problems using exhaustive searches
![Preview image](image.png)
## Development
- Clone repository with `git clone https://github.com/jonathanjameswatson/exhaustive-search-calculator.git`
- Install dependencies with `yarn install`
- Run development server on `http://localhost:8080` with `yarn dev`
- Build for production into `dist` with `yarn build`## Features
- Generating k-subsets, subsets, k-permutations, k-tuples and permutations of the power set
- Filtering tuples using JavaScript predicates
- Mapping tuples using JavaScript expressions
- Removing duplicates from a tuple of tuples## Website
[Visit the website here](https://jonathanjameswatson.com/exhaustive-search-calculator/)
## Contributing
All pull requests are welcome. Please open issues for any major changes.
## License
[MIT](https://choosealicense.com/licenses/mit/)