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
- Host: GitHub
- URL: https://github.com/najwer23/tsp
- Owner: najwer23
- License: mit
- Created: 2021-11-18T20:51:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T19:16:05.000Z (over 4 years ago)
- Last Synced: 2025-07-27T06:34:58.354Z (11 months ago)
- Topics: sa, tsp
- Language: HTML
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://opensource.org/licenses/MIT)