# one to keep track of the last used service to arrive at a station
my%earliest;
# and one to save the station used to board this last used service
my%from;
# We also save the number of times a station was visited
# This may need a demonstration but we consider that the minimal time is already reached if the station is processed two times the number of routes it is served by.