Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ttskch/make10

Make 10 puzzle solver
https://github.com/ttskch/make10

Last synced: 16 days ago
JSON representation

Make 10 puzzle solver

Awesome Lists containing this project

README

        

# make10

Make 10 (or some other number) puzzle solver.

See also: https://www.youtube.com/watch?v=4mh9qsH0Zhs

## Usage

```shell
$ ./make10 2 3 6 6 19
Make 19 from 2, 3, 6, 6
(3 * (6 + (2 / 6)))
```