diff --git a/extra/astar/astar.factor b/extra/astar/astar.factor index 6a5c431ae4..1912b6af21 100644 --- a/extra/astar/astar.factor +++ b/extra/astar/astar.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2010 Samuel Tardieu. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs heaps kernel math math.order sequences sets shuffle ; +USING: accessors assocs heaps kernel math sequences sets shuffle ; IN: astar ! This implements the A* algorithm. See http://en.wikipedia.org/wiki/A*