The CrosswordSolver folder contains 3 python files
-->CrosswordSolverTiny.py
-->CrosswordSolverMedium.py
-->CrosswordSolverHard.py
There are also 2 grid files namely grid_medium.txt and grid_hard.txt with respective grids from assignment-3
How to execute the code
1.python3 CrosswordSolverTiny.py
2.python3 CrosswordSolverMedium.py
3.python3 CrosswordSolverHard.py