Skip to content
#

breadth-first-search

Here are 121 public repositories matching this topic...

This is the updated project Breadth-First Search (BFS) algorithm to find the shortest path in a graph, now enhanced using Bootstrap frameworks The project also includes a map feature to visually represent the paths, making it easier for users to understand the possible routes and the shortest path.

  • Updated Jun 3, 2024
  • JavaScript

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.

  • Updated Jun 3, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the breadth-first-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the breadth-first-search topic, visit your repo's landing page and select "manage topics."

Learn more