PATHFINDING PROBLEM BASED ON GREEDY ALGORITHMS: ANALYSIS USING DIJKSTRA'S ALGORITHM AS AN EXAMPLE
loading.default
item.page.date
item.page.authors
item.page.journal-title
item.page.journal-issn
item.page.volume-title
item.page.publisher
Bright Mind Publishing
item.page.abstract
This article analyzes the problem of pathfinding based on greedy algorithms. The main focus is on Dijkstra's algorithm, and its operating principle, advantages, and limitations are considered. The problem of pathfinding is relevant in modern technologies, in particular in the fields of navigation systems, transport logistics, games, and artificial intelligence. Dijkstra's algorithm tries to find the overall optimal path by selecting a local optimal solution at each stage. This article analyzes the theoretical foundations of the algorithm, as well as practical examples. It also justifies the greedy approach of Dijkstra's algorithm and briefly compares it with other pathfinding algorithms.