AbdelrhmanReda17/Prolog-Color-Cycles-Detection
This repository contains Prolog code for detecting color cycles in a given board. The Prolog program utilizes uninformed search algorithms, such as breadth-first search or depth-first search, to explore the board and identify cycles of a specific color (red, yellow, or blue).
Prolog