Skip to content

HugoDs21/15Puzzle-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Problem

The game of 15 is represented by a 4x4 matrix where there are 15 numbered cells and a white cell.

Solving Idea

To solve this problem we used a few searching algorithms such as

  • Depth-First Search (DFS)
  • Breadth-First Search (BFS)
  • Iterative Depth-First Search (IDFS)
  • "A star" (A*)
  • Greedy

About

Python Implementation of 15 Puzzle Solver

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages