UNPKG

@cocacola-lover/knight_path_finder

Version:

Iterative path finding Algorithms for knight on a chessboard

7 lines 365 B
import Board from "./board.js"; import OrderedLinkedList from "./ordered_linked_list.js"; import { SearchResult } from "./interfaces.js"; import ChessPointers from "./chess_pointer.js"; import PathFindingIterators from "./searchAlgorithms.js"; export { ChessPointers, PathFindingIterators, OrderedLinkedList, Board, SearchResult }; //# sourceMappingURL=index.js.map