Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
NOTICE: some of the game is mistakenly label as both length and width columns are 40, they are 30 actually.
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
NOTICE: some of the game is mistakenly label as both length and width columns are 40, they are 30 actually.
|
2 |
+
|
3 |
+
# maze
|
4 |
+
This dataset contains 350,000 mazes, represents over 39.29 billion moves.
|
5 |
+
Each maze is a 30x30 ASCII representation, with solutions derived using the BFS
|
6 |
+
|