From ebf936d84c008fe956362ec21fb5be28451f669a Mon Sep 17 00:00:00 2001 From: Margui Date: Mon, 9 Oct 2023 17:39:33 +0200 Subject: [PATCH] algo --- Algo/Louage/louage.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Algo/Louage/louage.md b/Algo/Louage/louage.md index a1612a2..bba7d20 100644 --- a/Algo/Louage/louage.md +++ b/Algo/Louage/louage.md @@ -6,15 +6,15 @@ Louage is a transportation system in Tunisia to overcome the lack of public transportation. This system is spread across all the Tunisian territory and is used by a lot of people. In this system their are two types of trips : regional and cross-regional. -This transportation system is very cheap and have a very high occupation level (97%). +This transportation system is very cheap and have a very high occupation level (97%). -Drivers propose their itineraries and stops with a time window of departure and arrival and a price per seat. +Drivers propose their itineraries and stops with a time window of departure and arrival and a price per seat. Passengers can ask to book a trip from a location to a destination with a desire departure and an arrival time window. -Operators assigned passengers to a trip if the trip is compatible with their time window and if there is enough seats available. First come first served (FIFO). +Operators assigned passengers to a trip if the trip is compatible with their time window and if there is enough seats available. First come first served (FIFO). -Other criteria could also be used like pricing, number of stops, number of changes require to achieve the trip etc. +Other criteria could also be used like pricing, number of stops, number of changes require to achieve the trip etc. ### Problem