Quickest Path System (or QPS) is a terminal program and was developed as a team project for ALGOSUP. It allows the user to find the quickest path in time from a landmark A to a landmark B.
These landmarks are the United States roads.
Who are we?
Name | Role | Links | |
---|---|---|---|
LEFIN Mattéo | Project Manager | LinkedIn | GitHub | |
ADAM Enoal | Program Manager | LinkedIn | GitHub | |
DESPEAUX Guillaume | Technical Leader | LinkedIn | GitHub | |
Mathis LEBEL | Software Engineer | LinkedIn | GitHub | |
RIFF Michel | Quality Assurance | LinkedIn | GitHub | |
Gayat Camille | Technical Writter | LinkedIn | GitHub |
This project has been conceived using the C++ programming language.
We had approximately 5 weeks to complete the project, during which we implemented:
-
A Data Verification tool
-
A path finding algorithm
-
A REST API
The project was an excellent opportunity to understand how data structures and algorithms work which are essential in today's world.
Install Dependencies:
Click on quickest_path.command
It will install Homebrew, Asio and Cmake at the root of your computer.
After this the program will launch himself instantly.
Install Dependencies:
Click on quickest_path.cmd
It will ask you to install MSYS2, CMake and Boost at the root of your computer.
The program will launches himself afterwards.