Skip to content

mulmuri/sliding-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

sliding-puzzle

Fastest Sliding Puzzle Solution Ever!

It is known that the IDA* algorithm generally outperforms A* in terms of speed. This solution employs IDA* indeed.

It is up to 10 times faster than well-optimized IDA* solution codes commonly found online. This solution enhances the heuristic according to the metric of time complexity.

Furthermore, it is scalable to sliding puzzles of any size, ensuring consistent performance. In contrast, some solutions that employ peculiar heuristics may seem effective for N×N-sized puzzles but can exhibit significant performance degradation when applied to N×M-sized puzzles.

About

Fastest Sliding Puzzle Solution Ever !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages