Graph_Algo - michaeleliyahu/OOP GitHub Wiki

This class is an implements represents the "regular" Graph Theory algorithms.

List of functions:

init,cleanGraf, save, isConnected, shortestPathDist, shortestPath, TSP, copy

Issues:

Function Name: TSP We can't really complete the TSP without checking all the possibilities, but checking them will cost too much time.