Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ttskch/make10
- Owner: ttskch
- License: mit
- Created: 2023-09-10T14:38:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T13:50:54.000Z (about 1 year ago)
- Last Synced: 2023-10-10T16:38:14.749Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.youtube.com/watch?v=4mh9qsH0Zhs
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)))
```