Skip to content
#

dfs-search

Here are 156 public repositories matching this topic...

The-Maze-Game

🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!

  • Updated Oct 29, 2025
  • Python

PySiteCrawler is a Python library for web crawling and data extraction. It's designed for exploring web pages, extracting text, and managing links efficiently. You can easily store scraped data in .txt files for analysis. Future updates will add more traversal strategies.

  • Updated Sep 18, 2023
  • Python

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 Aug 28, 2024
  • Python

Improve this page

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

Learn more