bfs-search
There are 202 repositories under bfs-search topic.
aguunu/fishing-jigsaw
Compute optimal actions for a specific state of the Metin2 fishing jigsaw making use of reinforcement learning principles.
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).
MohamadTarekk/EightPuzzle
Eight Puzzle solver using BFS, DFS & A* search algorithms
entangledloops/slidingpuzzle
Sliding Puzzle solver and utilities
imadMansour85/currency-exchange-rate
Calculate currency exchange rate using BFS Breadth First Search Graph extracted from postgres DB
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.
billyjojojobulido/Cocos-Maze
基于Cocos Creator开发的走迷宫游戏
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.
AhmedIssa11/Maze-Solving-Agent
AI maze solving agent to find the shortest path using searching algorithms
bcicen/bfstree
Go package providing breadth-first search functions for arbitrary structs
Esai-Keshav/principles-of-ai-lab
Principles Of AI Lab Exercises
jElhamm/100-Projects-for-Prolog
"The repository '100 Mini Projects for Prolog' includes small projects for learning and practicing Prolog."
MartinGurasvili/Maze-Pathfinding
This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo
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
rusty-sj/Algorithms-Design-Analysis-and-Implementations
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
Ziyad-Benomar/Rush-Hour-Animated-Solver
an animated solver (backtracking - BFS) for rush hour
CarCarGroup05/DesignatedCar
This is a repo to store codes for the designated project of the car car class in NTUEE. We appreciate for your star to our repo.
Erik3010/pacman-resolver
Pacman Resolver
jaydattpatel/Binary-Tree
Different Operation on Binary Tree Structure
Abhi-tech-09/Path-finding-Visualizer
This will help in visualizing different path-finding algorithms.
arianaira/Quoridor-Game-With-AI
Agent-Env implementation of Quoridor game using BFS
shackleb0lt/Robot_Navigation
Robot Navigation using graph algorithms like DFS, BFS Astar etc.
soumya-99/mapify-map-app
Convert any image into map and find the shortest path from source to destination. Supported Material You, Dynamic Theming. Mapify Limitless!
tdishant/DFS-and-BFS-in-Python
Depth First Search and Breadth First Search Implementation in Python
TheDeiw/BFS-method
Here's a small project that implements breadth-first search for a simple undirected graph manually entered from the command line in Visual Studio.
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.
zeenatali5710/Water-jug-problem
A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.
ZiadSaoud/IEA-PROJECT
Smart Vacuum Cleaner Agent