Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 909 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 909 Bytes

Riders Project

Graduation project by Linor Hazan and Shaked Delarea

Outline of the algorithm

The algorithm is based on the Christofides approximation algorithm for solving the Traveling Salesman Problem.

However - modified a bit to allow solving an S-T Traveling Salesman.

The basic algorithm is described below

Flowchart

Using the algorithm

We've implemented a rather simple Web interface to allow you run custom samples of inputs of the algorithm.

The algorithm itself is implemented in Java running behind Apache Tomcat 9. And the Web interface simply talks to it

You can use one of the following

Proof of correctness and Approximation

To be described in a Word document