Skip to content

I created a Breadth-First Search (BFS) algorithm for map traversal. The BFS algorithm used to explore all the vertices and edges in a graph efficiently. In this specific implementation, I have adapted BFS for map-like structures, where each location is represented as a node, and paths between locations are considered as edges.

Notifications You must be signed in to change notification settings

Arzzzzy/Breadth-First-Search-ConnectingFlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

About

I created a Breadth-First Search (BFS) algorithm for map traversal. The BFS algorithm used to explore all the vertices and edges in a graph efficiently. In this specific implementation, I have adapted BFS for map-like structures, where each location is represented as a node, and paths between locations are considered as edges.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published