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

https://github.com/najwer23/tsp

The traveling salesman problem
https://github.com/najwer23/tsp

sa tsp

Last synced: 5 months ago
JSON representation

The traveling salesman problem

Awesome Lists containing this project

README

          

# The traveling salesman problem with Simulated Annealing (Euclidean distance)

- HTML Canvas, CSS3, JavaScript, Webpack, yarn

## Usage

### Installation

Install the dependencies

```sh
$ yarn install
```

### Serve
To serve in the browser

```sh
$ yarn start
```

### Build
Compile and build

```sh
$ yarn build
```

### Author
Mariusz Najwer
[https://najwer23.github.io/](https://najwer23.github.io/)

### License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)