Skip to content

Commit bce5d76

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents eb4aadc + 394b67d commit bce5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A-Star-Java-Implementation
22
A* also called A Star, algorithm java implementation
33

4-
This is a java implementation of the A Star algorithm. I couldn't find any good java implementations of this famous AI algorithm in the web so I decided to make my own.
4+
This is a java implementation of the A Star algorithm. I couldn't find any good java implementations of this famous AI algorithm on the web so I decided to make my own.
55

66
The implementation includes 3 files:
77
- AStar.java : Main algorithm class.

0 commit comments

Comments
 (0)