adameseliga / 8-square-Search-Algorithms

This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.


Languages

Language:Python 100.0%