@lxfater: Researchers from Tsinghua University have surpassed the algorithm Google Maps has used for 41 years. From 1984 to the present, no one had managed to do so in 41 years. That algorithm is called Dijkstra. It doesn't matter if you haven't heard of it; you use it every day. However, it has been stuck for 40 years without breakthrough because of a mathematical sorting barrier standing in the way...
Summary
Researchers from Tsinghua University have developed a new shortest-path algorithm with O(m log^{2/3} n) complexity, surpassing Dijkstra's algorithm, which had been considered theoretically optimal for 41 years.
Similar Articles
@techNmak: For 38 years, computer scientists believed Dijkstra's algorithm was optimal for sparse graphs. The logic seemed airtigh…
Five researchers from Tsinghua, Stanford, and Max Planck have developed a new shortest path algorithm that beats Dijkstra's for sparse directed graphs, achieving O(m log^(2/3) n) time complexity, the first improvement since 1987.
@wanerfu: Google Maps just dropped a major update. This will be the biggest update in over a decade. Here are 8 stunning features:
Google Maps has released a major update, said to be the biggest in over a decade, featuring 8 impressive new capabilities.
25+ years of pathfinding problems with C++
The Engineering Director of Age of Empires provides an in-depth analysis of the technical debt in the series' pathfinding system over the past 25 years, pointing out that legacy code, dynamic map mechanics, and floating-point errors caused by SIMD instruction sets replacing x87 extended precision are the root causes of classic bugs such as units clipping through walls.
@FinanceYF5: Google DeepMind releases AlphaProof Nexus paper: AI agent autonomously solves 9 Erdős problems among 353 open math problems, including two unsolved for 56 years, and proves 44 OEIS conjectures. Each problem costs only a few hundred dollars in reasoning.
Google DeepMind releases AlphaProof Nexus paper. The AI agent autonomously solved 9 Erdős problems among 353 open math problems (including two unsolved for 56 years) and proved 44 OEIS conjectures. The reasoning cost per problem is only a few hundred dollars.
@2prime_PKU: We just used AI to solve a 35-year-old open math problem! In queuing theory, BAR is the "master equation" for finding n…
Researchers used AI, specifically ChatGPT 5.5 Pro, to solve the 35-year-old Signed BAR Conjecture in queuing theory, proving uniqueness of stationary distributions for reflected diffusions. The result advances understanding of equilibrium in stochastic networks and demonstrates AI's role in mathematical discovery.