Skip to content

State search library and implementation of the eightpuzzle problem

Notifications You must be signed in to change notification settings

magomar/eightpuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EightPuzzle v1.0

This project solves the classical eightpuzzle problem using a search approach.

The project is divided into 4 packages

  • search: library to solve generic search problems. It uses a generics approach to easily implement domain-specific states and transitions. Current version only includes breadth-first and best-first search algorithms
  • task: utility library to ease the creation and execution of search tasks
  • util: various utilities
  • eightpuzzle: implementation of the eightpuzzle solver by definining specific states, actions and heuristics

About

State search library and implementation of the eightpuzzle problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published