Skip to content

Commit b85fcd5

Browse files
authored
Update README.md
1 parent 0410591 commit b85fcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms visualize
1010
### Dijkstra
1111
![dijkstra](https://github.com/dbrizov/Unity-PathFindingAlgorithms/blob/master/Assets/Gifs/dijkstra.gif)
1212

13-
### A* (euclidean distance heuristic)
13+
### A* (Euclidean Distance Heuristic)
1414
![astar](https://github.com/dbrizov/Unity-PathFindingAlgorithms/blob/master/Assets/Gifs/astar.gif)
1515

16-
### A* (with aggressive heuristic)
16+
### A* (With Aggressive Heuristic)
1717
![astar_aggressive](https://github.com/dbrizov/Unity-PathFindingAlgorithms/blob/master/Assets/Gifs/astar_aggressive.gif)

0 commit comments

Comments
 (0)