Traveling salesman problem solver

  • visualizes genetic algorithm to solve traveling salesman problem

To start the app

  1. Clone the repository
  2. Install dependencies via ...
npm install
  1. Start the application by running
npm start