Projects

Open-source code, tools, and ongoing work.

pytsp

Travelling Salesman Problem algorithms in Python: 2-opt, 3-opt, and the Christofides 1.5-approximation. Originally written as a teaching/reference implementation, still occasionally used.

GitHub →

Back to top