An Optimized Hybrid Approach for Path Finding
Ahlam Ansari, Mohd Amin Sayyed, Khatija Ratlamwala, Parvin Shaikh

TL;DR
This paper introduces a hybrid pathfinding algorithm combining backtracking and a modified 8-neighbor approach that finds paths without destination coordinates and reduces iteration count, enhancing efficiency for various applications.
Contribution
It presents a novel hybrid pathfinding method that eliminates the need for destination coordinates and decreases the number of iterations compared to existing algorithms.
Findings
Reduces pathfinding iterations significantly
Operates without requiring destination coordinates
Applicable to navigation and gaming applications
Abstract
Path finding algorithm addresses problem of finding shortest path from source to destination avoiding obstacles. There exist various search algorithms namely A*, Dijkstra's and ant colony optimization. Unlike most path finding algorithms which require destination co-ordinates to compute path, the proposed algorithm comprises of a new method which finds path using backtracking without requiring destination co-ordinates. Moreover, in existing path finding algorithm, the number of iterations required to find path is large. Hence, to overcome this, an algorithm is proposed which reduces number of iterations required to traverse the path. The proposed algorithm is hybrid of backtracking and a new technique(modified 8- neighbor approach). The proposed algorithm can become essential part in location based, network, gaming applications. grid traversal, navigation, gaming applications, mobile…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Data Management and Algorithms · Smart Parking Systems Research
