We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1765d5a commit d148e59Copy full SHA for d148e59
README.md
@@ -172,7 +172,7 @@ All this settings could be adjusted in the __#define__ statements at the beginni
172
173
This is because **AStar()** needs this 2-dimensional vector <br>
174
to figure out wheather its a walkable or not walkable terrain. <br><br>
175
-**prepare_maze()** can handle a vector consisting of strings or another char-vector as param. <br>
+**prepare_maze()** can handle a vector\<string> or another vector\<vector\<char>>. <br>
176
177
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32
178
0 commit comments