/courier

Code to solve a courier company problem

Primary LanguagePython

Info

This repository will contain the code developed for the courier problem.

The repository will be structured in the following folders:

  • data: it will be empty but it will be the folder where the data files will have to be put for the scripts to work.
  • notes: to store plain text files with notes, ideas or useful information.
  • src: where the main code will be stored. Here it will be stored as well the virtual enviroment that will be able to be created with the requirements.txt file.