ORS API for direction

What is the routing algorithm being used by the ors API for it’s direction service? I am trying to make a mobile application that can give the locations of the evacuation centers nearby, and it will give the route to the said evacuation centers.

Hey,

depending on the parameters that are being sent, it’s one of Dijkstra, A*, CH, ALT, CORE or modified versions of these.

Best regards