This project is to create an algorithm to solve travelling salesman problem (TSP).
The algorithm that is tested in this project:
- BruteForce Method.
- Dynamic Programming MultiThreaded Method.
Result
Orange Circle ๐ Depot
Red Circle ๐ City
Green Square ๐ Parcel
This project is for educational purpose.

