UNPKG

@cocacola-lover/knight_path_finder

Version:

Iterative path finding Algorithms for knight on a chessboard

7 lines 346 B
export var SearchResult; (function (SearchResult) { SearchResult[SearchResult["SearchContinues"] = 0] = "SearchContinues"; SearchResult[SearchResult["TargetFound"] = 1] = "TargetFound"; SearchResult[SearchResult["TargetNotFound"] = 2] = "TargetNotFound"; })(SearchResult || (SearchResult = {})); //# sourceMappingURL=interfaces.js.map