Monthly Archives

January 2023

Computers & Programming

Driving Route Generation

A year ago, I wrote code to generate an optimized route between a set of locations. The algorithm was based on the third of four obvious algorithms that solve the traveling salesman problem. The traveling salesman problem is the problem of getting the shortest route between a set…

Continue reading