Akshat1710/Path-Finder
This project finds the path required to be traversed from the source to the destination, given the live traffic information. The system implements various search algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search and A star Search.
Python