Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Constraint Satisfaction Problem lab to solve the N-Queens problem

License

Notifications You must be signed in to change notification settings

udacity/AIND-Constraint_Satisfaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bee9cad · Jun 28, 2022

History

10 Commits
Mar 13, 2017
Dec 5, 2017
Mar 13, 2017
Mar 10, 2017
Feb 1, 2018
Jun 28, 2022
Mar 12, 2017
Mar 10, 2017
Mar 10, 2017

Repository files navigation

In this exercise you will explore Constraint Satisfaction Problems by implementing the N-Queens problem using symbolic constraints in a Jupyter notebook, and solving it using the Backtracking Search algorithm from AIMA.

To launch the notebook, run the following command from a terminal with anaconda3 installed and on the application path:

jupyter notebook AIND-Constraint_Satisfaction.ipynb

Archival Note

This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to:

About

Constraint Satisfaction Problem lab to solve the N-Queens problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published