Close Menu
Technology Mag

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Windows developers can now publish apps to Microsoft’s store without fees

    September 10, 2025

    OpenAI reportedly signs $300 billion Project Stargate cloud deal with Oracle

    September 10, 2025

    How platforms are responding to the Charlie Kirk shooting

    September 10, 2025
    Facebook X (Twitter) Instagram
    Subscribe
    Technology Mag
    Facebook X (Twitter) Instagram YouTube
    • Home
    • News
    • Business
    • Games
    • Gear
    • Reviews
    • Science
    • Security
    • Trending
    • Press Release
    Technology Mag
    Home » Scientists Establish the Best Algorithm for Traversing a Map
    Science

    Scientists Establish the Best Algorithm for Traversing a Map

    News RoomBy News RoomNovember 24, 20243 Mins Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    “It’s a great algorithm,” said Erik Demaine, a computer scientist at the Massachusetts Institute of Technology. “It’s very fast, simple, and easy to implement.”

    To put this procedure into practice, you’d need to decide on a system for organizing your notes—a data structure, in the lingo of computer science. That may sound like a minor technical detail, but time spent searching through your notes whenever you need to edit or remove an entry can have a big effect on the overall runtime of the algorithm.

    Dijkstra’s paper used a simple data structure that left room for improvement. In the following decades, researchers developed better ones, affectionately dubbed “heaps,” in which certain items are easier to find than others. They take advantage of the fact that Dijkstra’s algorithm only ever needs to remove the entry for the closest remaining vertex. “A heap is basically a data structure that allows you to do this very quickly,” said Václav Rozhoň, a researcher at the Institute for Computer Science, Artificial Intelligence and Technology (INSAIT) in Sofia, Bulgaria.

    In 1984, two computer scientists developed a clever heap design that enabled Dijkstra’s algorithm to reach a theoretical limit, or “lower bound,” on the time required to solve the single-source shortest-paths problem. In one specific sense, this version of Dijkstra’s algorithm is the best possible. That was the last word on the standard version of the problem for nearly 40 years. Things only changed when a few researchers took a closer look at what it means to be “best.”

    Best Behavior

    Researchers typically compare algorithms by studying how they fare in worst-case scenarios. Imagine the world’s most confusing street grid, then add some especially perplexing traffic patterns. If you insist on finding the fastest routes in these extreme circumstances, the 1984 version of Dijkstra’s algorithm is provably unbeatable.

    But hopefully, your city doesn’t have the world’s worst street grid. And so you may ask: Is there an algorithm that’s unbeatable on every road network? The first step to answering this question is to make the conservative assumption that each network has worst-case traffic patterns. Then you want your algorithm to find the fastest paths through any possible graph layout, assuming the worst possible weights. Researchers call this condition “universal optimality.” If you had a universally optimal algorithm for the simpler problem of just getting from one point on a graph to another, it could help you beat rush hour traffic in every city in the world.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleMicrosoft pauses Windows 11 updates for PCs with some Ubisoft games installed
    Next Article Two new tech documentaries you really need to see

    Related Posts

    Real Estate Speculators Are Swooping In to Buy Disaster-Hit Homes

    September 10, 2025

    This Blood Thinner Is More Effective Than Aspirin at Preventing Heart Attacks

    September 10, 2025

    These Newly Discovered Cells Breathe in Two Ways

    September 9, 2025

    It’s Possible to Remove the Forever Chemicals in Drinking Water. Will It Happen?

    September 9, 2025

    Antarctica Is Changing Rapidly. The Consequences Could Be Dire

    September 8, 2025

    China Is Building a Brain-Computer Interface Industry

    September 7, 2025
    Our Picks

    OpenAI reportedly signs $300 billion Project Stargate cloud deal with Oracle

    September 10, 2025

    How platforms are responding to the Charlie Kirk shooting

    September 10, 2025

    Amazon drivers could be wearing AR glasses with a built-in display next year

    September 10, 2025

    Ted Cruz’s new bill would let AI companies set their own rules for up to 10 years

    September 10, 2025
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo
    Don't Miss
    News

    Bluesky brings age verification to South Dakota and Wyoming

    By News RoomSeptember 10, 2025

    Bluesky will now check the ages of users located in South Dakota and Wyoming to…

    Apple isn’t packing a charging cable in with the AirPods Pro 3

    September 10, 2025

    You can preorder the AirPods Pro 3 right now

    September 10, 2025

    Inside the Man vs. Machine Hackathon

    September 10, 2025
    Facebook X (Twitter) Instagram Pinterest
    • Privacy Policy
    • Terms of use
    • Advertise
    • Contact
    © 2025 Technology Mag. All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.