International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 186 - Number 81 |
Year of Publication: 2025 |
Authors: T. Sneha, B. Pavithra, N. Vaishnavi, K. Lohith, N. Suresh Kumar |
![]() |
T. Sneha, B. Pavithra, N. Vaishnavi, K. Lohith, N. Suresh Kumar . Analysis of Intelligent Path Planning using BFS in Complex Environment. International Journal of Computer Applications. 186, 81 ( Apr 2025), 32-38. DOI=10.5120/ijca2025924766
Breadth-First Search (BFS) is a method to explore or search through graphs step by step. In this task, the BFS is used to find the shortest path from source to destination. In the present paper the workflow of BFS is presented node by node by moving level by level and checking all nearby rooms before going deeper. In the present work the time and memory consumed is analyzed during the graph traversing by BFS. The queue is considered to track the search nodes and find the best path. Along the way, also returned which rooms were checked, which paths were avoided, and how BFS helps in finding the shortest route. Finally, the shortest route is identified and calculated the path cost.