Hacker News new | ask | show | jobs
by tristramg 4081 days ago
Dijkstra’s algorithm is well known in computer science, but as other comments say it, Google uses a much more advanced algorithm. Furthermore the complexity O(n×log(n)) we know dates from the 80’s. Many years after Dijktra’s original article.

I wrote a year ago a small blog post where I tried to show the chronology: http://blog.tristramg.eu/short-history-of-routes-computation...

2 comments

Paraphrasing an observation that was shared with me last week, "Dijkstra was an asshole. All his stuff runs in exponential time."
Thank you for your article. Pretty interesting. Will finish reading it when I get home.