A website for solving simple combinatorics problems using exhaustive searches
- 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
withyarn dev
- Build for production into
dist
withyarn build
- 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
All pull requests are welcome. Please open issues for any major changes.