Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeProducts authored Mar 11, 2022
1 parent 44eef83 commit f756a92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ so in the numeric one:

so you can pass in the return value *vector\<vector\<int>>* directly into the AStar - function:

https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/main/examples/readmaze.cpp#L10-L16

https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/44eef83aaef6b7a4414e1bfd9801a07eb7c8ae52/examples/readmaze.cpp#L10-L16


the disatvantage here is, that because readmaze converts the ascii maze into a numeric one at one time, <br>
you must know the start and end position before, <br>
Expand Down

0 comments on commit f756a92

Please sign in to comment.