Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 319 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 319 Bytes

crossword-puzzle-solver

Made a Python-based Crossword puzzle solver using CSP techniques from the CS50 AI course. Implemented Node Consistency, Arc Consistency, Minimum Remaining Value Heuristics, Degree Heuristics, and Least Constraining Value Heuristics to enhance efficiency and accuracy. Have a look at the code: