Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 3.2 KB

File metadata and controls

65 lines (42 loc) · 3.2 KB

Team 2 - Quickest Path System


📖 About

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

⌨️ Programming language

This project has been conceived using the C++ programming language.

✏️ 📋 Details

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.

🚀 How to launch the programs?

For MacOS

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.

For Windows

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.