dfs-search
There are 150 repositories under dfs-search topic.
hoangsonww/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!
raulorteg/ai-maze-python
Automatic maze generator (DFS) and maze solver (A*, DFS, BFS) in python.
emikhalev/algorithm
This is the collection of solutions to some computer problems, mainly leetcode
Areesha-Tahir/BFS-DFS-Maze-Solver-In-Python
A program to solve a maze using Breadth First Search (BFS) and Depth First Search (DFS).
Guruprasad-G/Swarm-Exploration-and-Target-Searching
Simulation of swarm of robots used to explore and search for a target, done using Webots software.
MohamadTarekk/EightPuzzle
Eight Puzzle solver using BFS, DFS & A* search algorithms
entangledloops/slidingpuzzle
Sliding Puzzle solver and utilities
Rakibul73/AI_Sessional_Final_Exam_Code
CIT-316 (Artificial Intelligence Sessional)
Arghya721/PySiteCrawler
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.
hassanzadehmahdi/River-Crossing-Puzzle
This is a variation of the classical river crossing puzzle. In these kinds of puzzles, the limitations to the solution is defined by the constraints placed on the different objects involved.
cankobanz/vacuum-cleaner-robot
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
Arko98/Alogirthms
A collection of some of the most frequently used Algorithms in C++ and Python
Esai-Keshav/principles-of-ai-lab
Principles Of AI Lab Exercises
Lizhecheng02/DRS
[ACL 2025] Repository for our paper "DRS: Deep Question Reformulation With Structured Output".
rusty-sj/Algorithms-Design-Analysis-and-Implementations
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
aliarjomandbigdeli/search-algorithms
classical search algorithms are used in AI | AI course - Fall 2018
hassanzadehmahdi/BFS-and-DFS-Algorithms
Breadth First Search and Depth First Search implementation in python.
HxnDev/Solving-a-Maze-Using-BFS-and-DFS
Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
Imsanskar/8-puzzle
8 puzzle solver using BFS, DFS and A star
ApostolisSiampanis/intelligent-agents
Two rival teams of intelligent virtual agents with different abilities compete to gather specific resources from their shared environment. Implemented in Godot, the simulation utilizes A* algorithm, DFS, and genetic algorithms. The team that collects the resources first wins the game.
jaydattpatel/Binary-Tree
Different Operation on Binary Tree Structure
kc0112/ALGORITHMS
Implementation of various algorithms
Abhi-tech-09/Path-finding-Visualizer
This will help in visualizing different path-finding algorithms.
AndriaSalah/DFS-Maze-solver
Maze solver Using DFS as it's Searching method
avysogorets/preferans-solver
Graphical application that assists with solving preferans games optimally.
HxnDev/Graph-Based-DFS
Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
JOSUERV99/bridge-and-torch-logic-problem
Logic puzzle that deals with people, a bridge and a torch, with some constraints
Sanikakadamm/AI-TYBSCIT
Practicals from sem 5 of bsc IT,Third year
shackleb0lt/Robot_Navigation
Robot Navigation using graph algorithms like DFS, BFS Astar etc.
tdishant/DFS-and-BFS-in-Python
Depth First Search and Breadth First Search Implementation in Python
vls-00/Berkeley-Pacman-Project
:ghost: :video_game: This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.
ZiadSaoud/IEA-PROJECT
Smart Vacuum Cleaner Agent
AleksaMilosevic07/BFS-and-DFS
While studying for an exam, I made these two small projects that show animation of both DFS(Depth-First-Search) and BFS(Breadth-First-Search. After the exam, I have decided to merge these two projects and annotate them so others can study off what I made for myself.)
KishanVyas308/Ai-Mini-Projects
This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects: