2020 International Conference on Data Science, Artificial Intelligence, and Business Analytics (DATABIA) 2020
DOI: 10.1109/databia50434.2020.9190342
|View full text |Cite
|
Sign up to set email alerts
|

Dijkstra's and A-Star in Finding the Shortest Path: a Tutorial

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
15
0
1

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
4
1

Relationship

0
10

Authors

Journals

citations
Cited by 76 publications
(33 citation statements)
references
References 2 publications
0
15
0
1
Order By: Relevance
“…A. Candra et al(2020) [11] states that Dijkstra's can handle the shortest path search with the best results in a longer search time as one variation of the greedy algorithm. The best-first search method A-Star, which can handle the shortest path search with a faster time but is not always optimal, contrasts with Dijkstra's.…”
Section: IIImentioning
confidence: 99%
“…A. Candra et al(2020) [11] states that Dijkstra's can handle the shortest path search with the best results in a longer search time as one variation of the greedy algorithm. The best-first search method A-Star, which can handle the shortest path search with a faster time but is not always optimal, contrasts with Dijkstra's.…”
Section: IIImentioning
confidence: 99%
“…The formula of A* algorithm is shown as follows: where is the cost estimation from the initial state to the target state via state n , is the actual cost from the initial state to the state n in the state space, and is the estimated cost of the best path from state n to target state [ 50 ]. The overall flow chart of A* algorithm is shown in Figure 1 , and the related steps are as follows [ 50 ]:…”
Section: Three-dimensional Distance Vector-hop (3ddv-hop) and A* Amentioning
confidence: 99%
“…The A-Star algorithm is a classic path search algorithm and can be used to search mazes [18]. The A-Star algorithm guides the optimal path to the goal if the heuristic function h(n) is acceptable, meaning that it will never overestimates the original cost [19] or actual cost [20]. Evaluation function f(n) = g(n) + h(n), where [17][21] [22]: g(n) = cost so far to reach n. h(n) = estimated cost from n to target (goal).…”
Section: A-star Algorithmmentioning
confidence: 99%