You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithm that can find the quickest path between two nodes of a 24M nodes graph within less than half of a second. Shaped as an A star algorithm, we added precomputation with landmarks to use heuristic. An optional version with a 2-threads parallelisation for both-end search had been implemented.