wise-saint / Comparative-Analysis-of-BFS-DFID-A-star-and-IDA-star-Algorithms-on-the-15-Puzzle-Problem Star 0 Code Issues Pull requests Comparison of BFS, DFID, A* and IDA* algorithms on the 15-Puzzle Problem. astar-algorithm artificial-intelligence dfs-algorithm 15-puzzle bfs-algorithm ida-star-algorithm dfid-algorithm Updated Jan 27, 2024 C++
MightyArty / NxM-tile-Puzzle Star 0 Code Issues Pull requests NxM-tile Puzzle solver with A*, DFID, IDA* and DFBnB algorithms java algorithms astar-algorithm puzzle-game dfid-algorithm idastar-algorithm dfbnb-algorithm Updated Feb 17, 2024 Java
niveditha-vudayagiri / 8-puzzle Star 0 Code Issues Pull requests 8-puzzle implementation in Python using State space search algorithms python3 a-star beam-search hill-climbing-search 8-puzzle branch-and-bound heuristic-search-algorithms state-space-search best-first-search bidirectional-search bfs-search 8-puzzle-problem 8-puzzle-game dfid-algorithm a-star-search-algorithm 8-puzzle-bfs Updated Jul 30, 2024 Python