AI practicals of GTU Semester 8.
first clone the repository
git clone git@github.com:inosjarv/GTU-AI-Practicals.git
Then go to directory of programs
cd GTU-AI-Practicals
Then run [Jupyter Notebook] (https://jupyter.org/install)
jupyter noteook
You can directly run programs by
python3 <program-name>
First run this command on terminal
swipl -s 8puzzle.pl
solve(0/8/1/2/4/3/7/6/5, S).
First run this command on terminal
swipl -s travelling_salesman.pl
shortest_path(Path).
First run this command on terminal
swipl -s nqueens.pl
n_queen(8,X).