Story Details

  • Shortest-possible walking tour to 81,998 bars in South Korea

    Posted: 2025-04-24 00:20:40

    A researcher has calculated the shortest possible walking tour visiting all 81,998 bars in South Korea, a journey spanning approximately 115,116 kilometers. This massive traveling salesman problem (TSP) solution, while theoretically interesting, is practically infeasible. The route was computed using Concorde, a specialized TSP solver, and relies on road network data and bar locations extracted from OpenStreetMap. The resulting tour, visualized on the linked webpage, demonstrates the power of sophisticated algorithms to tackle complex optimization challenges, even if the application itself is whimsical.

    Summary of Comments ( 122 )
    https://news.ycombinator.com/item?id=43778105

    HN commenters were impressed by the scale of the traveling salesman problem solved, with one noting it's the largest road network TSP solution ever found. Several discussed the practical applications, questioning the real-world usefulness given factors like bar opening/closing times and the impracticality of actually completing such a tour. The algorithm used, Concorde, was also a topic of discussion, with some explaining its workings and limitations. Some users highlighted potential issues with the data, specifically questioning whether all locations were truly accessible by road, particularly those on islands. Finally, a few users humorously imagined actually attempting the tour, calculating the time required, and referencing other enormous computational problems.