Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 411 Bytes

About.md

File metadata and controls

8 lines (6 loc) · 411 Bytes

Eight Puzzle Solver

This Python script provides a solution to the classic Eight Puzzle Problem using various search algorithms.

Features:

  • Search Algorithms: Implementations of Breadth-First Search, Depth-First Search, and A* Search.
  • Custom Puzzle Inputs: I does not have a option for custom input for now but, will soon update it.
  • Heuristic Functions: This feature will be added soon.