We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0e7d4 commit 8488ab5Copy full SHA for 8488ab5
README.md
@@ -198,7 +198,7 @@ what happens:
198
199
**find_obj** finds an character out of a maze in ascii format, <br>
200
such as vector\<string> or vector\<vector\<char>> <br>
201
- and returns a vector\<int> with the (x, y) position of the character into the maze. <br>
+ and returns a vector\<int> with the (x, y) position of the character into the maze. <br><br>
202
This is usefull to figure out the start and ends position in your maze, <br>
203
so that you can pass this info into Astar(), which needs the position <br>
204
of the start and end node at second and third position like findobj() returns it for you.
0 commit comments