Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axel-jalonen/tsp.axelj.dev

A simple implementation of a nearest neighbours greedy algorithm to provide an answer to the travelling salesman problem.
https://github.com/axel-jalonen/tsp.axelj.dev

algorithms canvas canvas2d recursion travelling-salesman-problem

Last synced: 5 days ago
JSON representation

A simple implementation of a nearest neighbours greedy algorithm to provide an answer to the travelling salesman problem.

Awesome Lists containing this project

README

        

# RT-TSP
_(Real time traveling salesman problem)_
A simple implementation of a nearest neighbours algorithm that runs real time in the browser using HTML canvas2d and a recursive function in JS. Everything is local.