Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path

View through CrossRef
Finding the shortest path in a graph can be applied to various fields of shortest distance costs in routes, computer games, robotics or navigation. This study implements the A star heuristic search algorithm in determining the shortest path using the Visual Basic programming language and MySQL database. A star heuristic algorithm is implemented to find the shortest path between two vertices in a two-way weighted graph. We use a heuristic method to estimate the remaining cost from the start node to the destination point. This condition gives the A star algorithm the opportunity to choose the next closest node and optimize the search for the shortest route. Various experiments have been carried out with various graph conditions and with different complicated graphs to test the A star algorithm. The experimental results show that this algorithm succeeds in finding the shortest path efficiently in various situations. Our findings confirm that the A star algorithm has great potential in solving the shortest path search problem with an advantage in combining various information and remaining cost estimates, thereby minimizing the number of explored nodes and producing the shortest path efficiently.
Title: Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path
Description:
Finding the shortest path in a graph can be applied to various fields of shortest distance costs in routes, computer games, robotics or navigation.
This study implements the A star heuristic search algorithm in determining the shortest path using the Visual Basic programming language and MySQL database.
A star heuristic algorithm is implemented to find the shortest path between two vertices in a two-way weighted graph.
We use a heuristic method to estimate the remaining cost from the start node to the destination point.
This condition gives the A star algorithm the opportunity to choose the next closest node and optimize the search for the shortest route.
Various experiments have been carried out with various graph conditions and with different complicated graphs to test the A star algorithm.
The experimental results show that this algorithm succeeds in finding the shortest path efficiently in various situations.
Our findings confirm that the A star algorithm has great potential in solving the shortest path search problem with an advantage in combining various information and remaining cost estimates, thereby minimizing the number of explored nodes and producing the shortest path efficiently.

Related Results

A Red Light Sabre to Go, and Other Histories of the Present
A Red Light Sabre to Go, and Other Histories of the Present
If I find out that you have bought a $90 red light sabre, Tara, well there's going to be trouble. -- Kevin Brabazon A few Saturdays ago, my 71-year old father tried to...
Development and Performance Characterization Of Colour Star Trackers
Development and Performance Characterization Of Colour Star Trackers
Star trackers provide an essential component to a satellite mission requiring high-precision and high-accuracy attitude measurements. A star tracker operates by taking pictures of ...
Development and Performance Characterization Of Colour Star Trackers
Development and Performance Characterization Of Colour Star Trackers
Star trackers provide an essential component to a satellite mission requiring high-precision and high-accuracy attitude measurements. A star tracker operates by taking pictures of ...
Simulating the Overall Hospital Quality Star Ratings With Random Measure Weights
Simulating the Overall Hospital Quality Star Ratings With Random Measure Weights
ImportanceHospital ratings including the US News & World Report’s Best Hospitals rankings and the Centers for Medicare & Medicaid Services’ (CMS’) Overall H...
Machine Learning using Graph Neural Networks for Star Identification in Celestial Navigation
Machine Learning using Graph Neural Networks for Star Identification in Celestial Navigation
Contemporary maritime, aviation and space operations depend heavily on Global Navigation Satellite Systems (GNSS) such that deliberate spoofing or jamming, natural phenomena, and ev...
Shortest paths avoiding forbidden subpaths
Shortest paths avoiding forbidden subpaths
AbstractWe study a variant of the shortest path problem in graphs: given a weighted graph Gand vertices sand t, and given a set Xof forbidden paths in G, find a shortest s‐ tpath P...
Advanced Metaheuristic Method for Decision-Making in a Dynamic Job Shop Scheduling Environment
Advanced Metaheuristic Method for Decision-Making in a Dynamic Job Shop Scheduling Environment
As a well-known NP-hard problem, the dynamic job shop scheduling problem has significant practical value, so this paper proposes an Improved Heuristic Kalman Algorithm to solve thi...
mSTAR: Multicriteria Spatio Temporal Altimetry Retracking
mSTAR: Multicriteria Spatio Temporal Altimetry Retracking
<p>Observing coastal sea-level change from satellite altimetry is challenging due to land influence on the estimated sea surface height (SSH), significant wave height...

Back to Top