Traveling Salesman Problem is iOS app which resolve traveling salesman problem with 4 algorithms.
This app implement:
- brute force
- insertion algorithm
- nearest neighbour
- 2-opt algorithm
Its open source project so you have access to used algorighms.