International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 186 - Issue 81 |
Published: April 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 (April 2025), 32-38. DOI=10.5120/ijca2025924766
@article{ 10.5120/ijca2025924766, author = { T. Sneha,B. Pavithra,N. Vaishnavi,K. Lohith,N. Suresh Kumar }, title = { Analysis of intelligent path planning using BFS in complex environment }, journal = { International Journal of Computer Applications }, year = { 2025 }, volume = { 186 }, number = { 81 }, pages = { 32-38 }, doi = { 10.5120/ijca2025924766 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2025 %A T. Sneha %A B. Pavithra %A N. Vaishnavi %A K. Lohith %A N. Suresh Kumar %T Analysis of intelligent path planning using BFS in complex environment%T %J International Journal of Computer Applications %V 186 %N 81 %P 32-38 %R 10.5120/ijca2025924766 %I Foundation of Computer Science (FCS), NY, USA
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.