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

    Language:Java6101
  • arashsm79/jade-swarm

    Implementation of uninformed and informed AI search algorithms in Rust. Search algorithms include BFS, DFS, A*, RBFS, IDS, IDA*, and GBFS.

    Language:Rust1200
  • 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.

    Language:Jupyter Notebook0100
  • Samaya07/mapOfRomania

    This repository contains codes that demonstrate BFS and DFS traversals on the map of romania, using frontier and explored lists

    Language:Python0101
  • 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

    Language:Python0100