Skip to content
#

dfs

Here are 1,191 public repositories matching this topic...

This repository provides MATLAB simulations for solving the MicroMouse competition using various algorithms including BFS, DFS, and A*. Explore implementations designed to navigate mazes efficiently, aiming to optimize pathfinding strategies and evaluate their performance in simulated competition environments.

  • Updated Jul 16, 2024
  • MATLAB

This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

  • Updated Jul 5, 2024
  • Python

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