Enhanced prim's algorithm for finding the hamiltonian cycle in a graph

The Travelling Salesman Problem (TSP) is known as one of the oldest combinatorial optimisation problem which solves the path problem in weighted graph. With the main objective to visiting all places (nodes) in a round trip that start and end in one specific place, TSP shared the same problem with a...

全面介绍

Saved in:
书目详细资料
主要作者: Dinon, Nur Atiqah
格式: Thesis
语言:English
出版: 2013
主题:
在线阅读:http://eprints.utm.my/id/eprint/47935/25/NurAtiqahDinonMFS2013.pdf
标签: 添加标签
没有标签, 成为第一个标记此记录!
实物特征
总结:The Travelling Salesman Problem (TSP) is known as one of the oldest combinatorial optimisation problem which solves the path problem in weighted graph. With the main objective to visiting all places (nodes) in a round trip that start and end in one specific place, TSP shared the same problem with a lot of applications in the world nowadays. In short, the goal of TSP is to find a Hamiltonian cycle. Hamiltonian cycle was introduced in 1800’s which is as old as the moment TSP captured the mind of the thinker. Lots of great and major discussions have been made till now and TSP has seen applications in the areas of logistics, genetics, manufacturing, telecommunications, neuroscience and many more. TSP has been intervening in many of the everyday experience by most people and not only for a salesman. Be it a usual errand around the house or the major project by the company or government, TSP has an innate connection in tour finding which lead the attention from various personnel. In another related graph problem, Prim’s Algorithm (PA) is widely used to compute the Minimum Spanning Tree (MST) of a graph. In this research, the two algorithms are being related by modifying the PA in order to work out the TSP which will find the Hamiltonian cycle of the graph. This new approach is called Enhanced Prim’s Algorithm (EPA) which solves the TSP for fast result.