File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ what happens:
209209
210210<h3 > <a href =" https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/main/AStar.hpp#L454-L480 " >readmaze</a > - function </h3 >
211211
212- readmaze reads in a maze from the consoles cin stream, <br >
212+ readmaze reads in a maze from the consoles * cin* stream, <br >
213213the first line must consist of two integers that indicate the height and width of the mazes to be read in. <br >
214214In the following you can pass in the maze like this: <br >
215215
@@ -228,8 +228,8 @@ In the following you can pass in the maze like this: <br>
228228
229229```
230230readmaze converts this directly to the maze format by calling the prepare_maze - function, <br >
231- which Astar () needs, <br >
232- so in the one with ones and zeros :
231+ which AStar () needs, <br >
232+ so in the numeric one :
233233```
234234 1111111111
235235 1000000001
@@ -243,7 +243,7 @@ so in the one with ones and zeros:
243243 1111111111
244244```
245245
246- so you can pass in the return value vector\< vector\< int>> directly into the AStar - function:
246+ so you can pass in the return value * vector\< vector\< int>>* directly into the AStar - function:
247247
248248https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/main/examples/readmaze.cpp#L10-L16
249249
You can’t perform that action at this time.
0 commit comments