EFREI-2026-Mastercamp-IT-1 / Backend

Other
0 stars 0 forks source link

Itinéraire le plus court #3

Closed Malix-Labs closed 3 months ago

Malix-Labs commented 4 months ago

Tasks

osbyrne commented 4 months ago

est ce qu'on a des infos additionnelles? Si les correcteurs voudront tester a partir de leur dataset, donc quelle sera la forme de leur dataset; si on travaille sur un graph dirige ou non dirige...

Malix-Labs commented 4 months ago
Malix-Labs commented 3 months ago

Algorithm

Dijkstra's Algorithm is the preferable algorithm

Important Context

Since we are dealing solely with the metro network, the complexity is greatly reduced compared to the full multi-modal system. This opens up simpler and potentially faster algorithm options.

Consideration

References