Contains notebook implementations for the AI based assignments using graph based algorithms that are commonly used in solving AI based problems. Algorithms include BFS, DFS, Hill Climbing, ...
A Python CLI tool that solves the Travelling Salesman Problem (TSP) using a greedy heuristic and 2-opt optimization. Input a list of tourist destinations via CSV and get the most efficient route, with ...