Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 221 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 221 Bytes

PathFinder

Hamiltonian circuit path finding algorithm implemented in JavaScript. The approach follows the Christofides algorithm to find an approximation of a minimum distance path going to each vertices (if possible).