CS50 AI with Python β Lecture 3: Optimization β Problem Set 0: Crossword
Introduction
The goal of this assignment is to implement a Crossword Solver.The core idea is to model the crossword puzzle as a CSP (Constraint Satisfaction Problem) and solve it using backtracking search.
π 1. Problem Description
π‘ Crossword Puzz...
ai-learning-shichun.hashnode.dev9 min read