Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,11 @@ tags:
|
|
| 5 |
- puzzle
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
Solutions to all [Hippodrome chess puzzles](https://www.chessvariants.org/solitaire.dir/hippodrome.html).
|
| 10 |
Hippodrome is a type of chess puzzle in which the player has to move 4 knights from the bottom row to the top row (or some designated spots) in a 4x4 grid. Solutions is generated using A* search algorithm.
|
|
|
|
| 5 |
- puzzle
|
| 6 |
size_categories:
|
| 7 |
- 100K<n<1M
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: top_row
|
| 12 |
+
path: "hippodrome_solutions_og.csv"
|
| 13 |
---
|
| 14 |
Solutions to all [Hippodrome chess puzzles](https://www.chessvariants.org/solitaire.dir/hippodrome.html).
|
| 15 |
Hippodrome is a type of chess puzzle in which the player has to move 4 knights from the bottom row to the top row (or some designated spots) in a 4x4 grid. Solutions is generated using A* search algorithm.
|