Skip to content

Commit f7ddde1

Browse files
committed
minor update for documentation of BestFirst
1 parent 95185af commit f7ddde1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathfinding/finder/best_first.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class BestFirst(AStarFinder):
66
"""
7-
Similar to the default A* algorithm from a_star.
7+
Best-First implementation, similar to the default A* algorithm from a_star.
88
"""
99
def __init__(self, heuristic=None, weight=1,
1010
diagonal_movement=DiagonalMovement.never,

0 commit comments

Comments
 (0)