Skip to content

Solving Fillomino Puzzle game with Advanced search algorithms like CSP and A*.

License

Notifications You must be signed in to change notification settings

dimashky/Fillomino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fillomino

Solving Fillomino Puzzle game with Advanced search algorithms like CSP and A*.

Algorithms

  • DFS and BFS

Heuristics

  • Minimum Remaining Values (MRV) heuristic

Note

This solution is suited to board with MAX width or height is 10 for NOW.

Resources

Coded By

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Solving Fillomino Puzzle game with Advanced search algorithms like CSP and A*.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages