Path-Finder-using-A-star-Algorithm Developed a 2D interactive application in Python implementing the A* algorithm for AI-based pathfinding. • Users can designate blocked squares on a 2D map, with the ...
Simple Python implementation of a Hamiltonian Path finder algorithm using backtracking, built as an assignment for the Foundations of Algorithm Design and Analysis course at PUC Minas university. You ...