Travelling Salesman problem (TSP) Sequential Programming & Parallel Programming (2018)
- Edward Low

- 2019年5月16日
- 讀畢需時 1 分鐘
已更新:2019年6月18日
For the C++ sequential program, it is using brute force or permutation method to find out the shortest distance among all the outcomes.
For the parallel program, it is using windows threading to perform multiple threads for find out the shortest distance faster.


留言