TSP: A* algorithm
TSP: RBFS (Recursive Best First Search) algorithm
TSP: Hill-climbing algorithm
This website includes pseudocode, performance analysis, experiments for TSP problem, of the following algorithms:
A* algorithm (tree and graph search)
Hill-climbing algorithm
RBFS (Recursive Best First Search) algorithm