recursive-best-first-search
There are 5 repositories under recursive-best-first-search topic.
cocolico14/8Puzzle
solving 8 Puzzle with A*, Recursive Best First Search and BFS
arashsm79/jade-swarm
Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.
hamedrq7/Solving-Problems-by-Searching
This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
Samaya07/mapOfRomania
This repository contains codes that demonstrate BFS and DFS traversals on the map of romania, using frontier and explored lists
Samaya07/Slide-bar-puzzle
This repository contains different algorithms to search for the goal state from the initial state in the slide bar puzzle problem