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 203f37c commit 64c4c57Copy full SHA for 64c4c57
README.md
@@ -1,7 +1,15 @@
1
<h1 style="text-align:center;"> UNITIY PATHFINDING METHODS </h1>
2
Project provides a basic application of different path searching algorithms like A *, Dijkstra
3
4
+<!DOCTYPE html>
5
+<html>
6
+<body>
7
8
<h1 style="text-align:center;">Centered Heading</h1>
9
+<p style="text-align:center;">Centered paragraph.</p>
10
+
11
+</body>
12
+</html>
13
14
15
<p text-align="center"><img src="https://i.imgur.com/fno5k64.gif" alt ="pathfinding"> </p>
0 commit comments