Skip to content
#

dfs

Here are 127 public repositories matching this topic...

Graph Algorithm Simulator is an educational tool designed to visualize graph algorithms such as BFS, DFS, and Dijkstra's in a dynamic interface. Users can create interactive graphs, manipulate edge weights, and observe algorithm behavior in real-time, catering to B.Tech students studying Design and Analysis of Algorithms.

  • Updated May 12, 2025
  • JavaScript

This project involves developing a dynamic and interactive web application using React to visualize various graph traversal algorithms, including Breadth-First Search (BFS), Depth-First Search (DFS), and Astar. The visualization helps users understand the step-by-step process these algorithms use to navigate and find paths in a graph.

  • Updated Jun 24, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the dfs 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 dfs topic, visit your repo's landing page and select "manage topics."

Learn more