ceyzaguirre4 / backtracklibStar 3 Code Issues Pull requestsGeneralizations on backtracking algorithms (w or w/o recursion). They can use whatever data-structures and heuristic functions.solver recursion np-complete heuristic general-purpose user-defined-functions backtracking-algorithm user-defined-structuresUpdatedFeb 2, 2020 Python
ceyzaguirre4 / AStarStar 1 Code Issues Pull requestsMy own take on A*/Dijkstra Pathfinding. Its a generalization to permit all implementations while using any data-structures and heuristic functions regardless of whether or not the "map" fits in memory.astar astar-algorithm dijkstra user-defined-functions dijkstra-algorithm user-defined-structures astar-pathfindingUpdatedOct 26, 2017 Python