The Fifteen Puzzle—A New Approach through Hybridizing Three Heuristics Methods

DO Hasan, AM Aladdin, HS Talabani, TA Rashid… - Computers, 2023 - mdpi.com
The Fifteen Puzzle problem is one of the most classical problems that has captivated
mathematics enthusiasts for centuries. This is mainly because of the huge size of the state …

[PDF][PDF] A case study of revisiting best-first vs. depth-first search

A Auer, H Kaindl - ECAI, 2004 - frontiersinai.com
Best-first search usually has exponential space requirements on difficult problems. Depth-
first search can solve difficult problems with linear space requirements, but it cannot utilize …

Investigating the Impact of Different Search Strategies (Breadth First, Depth First, A*, Best First, Iterative Deepening, Hill Climbing) on 8-Puzzle Problem Solving-A …

R Jain, M Patel - … Journal of Scientific Development and Research, 2023 - papers.ssrn.com
The 8-puzzle problem is a classic benchmark problem in artificial intelligence and computer
science, which involves finding the optimal sequence of moves to transform an initial state of …

Performance evaluation of parallel multithreaded A* heuristic search algorithm

BA Mahafzah - journal of Information Science, 2014 - journals.sagepub.com
Heuristic search is used in many problems and applications, such as the 15 puzzle problem,
the travelling salesman problem and web search engines. In this paper, the A* heuristic …

[PDF][PDF] Solving the 8 puzzle in a minimum number of moves: An application of the a* algorithm

DR Kunkle - Introduction to Artificial Intelligence, 2001 - mit.edu
The 8 Puzzle is a simple game, but one with a state space large enough to warrant the use
of heuristic search, as opposed to an exhaustive or blind search. The A* algorithm is …

[PDF][PDF] Solving Eternity-II puzzles with a tabu search algorithm

WS Wang, TC Chiang - … of the 3rd International Conference on …, 2010 - researchgate.net
In this paper we propose a two-phase approach to solve the Eternity-II puzzles mainly based
on the tabu search algorithm. The first phase solves the outside region of the puzzle, and …

[PDF][PDF] 15-Puzzle Problem Solving with the Artificial Bee Colony Algorithm Based on Pattern Database.

A Tuncer - JUCS: Journal of Universal Computer Science, 2021 - pdfs.semanticscholar.org
The N-puzzle problem is one of the most classical problems in mathematics. Since the
number of states in the N-puzzle is equal to the factorial of the number of tiles, traditional …

[PDF][PDF] Finding optimal solutions to the twenty-four puzzle

RE Korf, LA Taylor - Proceedings of the national conference on artificial …, 1996 - Citeseer
We have found the rst optimal solutions to a complete set of random instances of the Twenty-
Four Puzzle, the 5 5 version of the well-known sliding-tile puzzles. Our new contribution to …

Analysis of tree based search techniques for solving 8-puzzle problem

AK Mishra, PC Siddalingaswamy - 2017 Innovations in Power …, 2017 - ieeexplore.ieee.org
The 8-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random
order with one tile missing. The more general n-puzzle is a classical problem which can be …

Recursive Path-finding in a Dynamic Maze with Modified Tremaux's Algorithm

NZ Yew, KM Tiong, ST Yong - International Journal of …, 2011 - publications.waset.org
Number Link is a Japanese logic puzzle where pairs of same numbers are connected using
lines. Number Link can be regarded as a dynamic multiple travelers, multiple entries and …