Skip to content
#

solver-algorithm

Here are 30 public repositories matching this topic...

The "Crossword Solver" project, implemented in Python, solves crossword puzzles using CSP techniques, backtracking, and the MRV heuristic. It efficiently fills a 2D grid with words from a dictionary, ensuring valid placements. Key features include word preprocessing, heuristic optimization, and saving solved puzzles with performance metrics.

  • Updated Feb 13, 2025
  • Python

Add this topic to your repo

To associate your repository with the solver-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more