This document summarizes a research paper that proposes using an artificial bee colony (ABC) algorithm to solve the 15-puzzle problem. The paper introduces the 15-puzzle problem and discusses previous solution approaches using algorithms like A* and IDA*. It then describes the ABC algorithm and how it was adapted to represent solutions to the 15-puzzle as sequences of tile movements. The proposed approach combines the ABC algorithm with pattern databases and heuristic functions to increase effectiveness. Experimental results showed the ABC algorithm was successful in solving the 15-puzzle problem.