This application is designed to efficiently find the shortest path on a map using various algorithms and data structures. By leveraging diverse datasets, the application navigates through the intricacies of different data, optimizing route calculations for an enhanced user experience.
main.py
: The main application file.aRemettrePourTPX
: File responsible for sorting the path and containing the implemented algorithms and data structures.out.txt
: Text file showcasing the desired result.
Due to the substantial size of the bus path data files, it was not feasible to include them in this Git repository. To provide a comprehensive understanding of the algorithm and data structure capabilities, I have included the main application file, the algorithm and data structure & sorting file, and the output file (out.txt
).
Please note that the application requires the actual bus path data files to function properly. These files must be added separately and placed in the appropriate directories before attempting to run the program.
Thank you for your understanding.