LIST OF PRACTICALS
Sr. | Practical Title | Answer |
---|---|---|
1 | Working with Prolog.
a) Write a program for addition, Multiplication, Division and Subtraction. b) Find maximum and minimum number. | Solution |
2 | Study of recursion in Prolog.
a) Write a prolog program of factorial using recursion. b) Solving Tower of Hanoi Problem using Prolog or Python | Solution |
3 | Implement ‘Monkey-banana Problem’ using Prolog. | Solution |
4 | Study of List in Prolog. Implement programs of finding
a) member of list, b) length of list, c) insert element, d) delete element, e) Append list, f) Concatenate list g) union, etc. | Solution |
5 | Implementation of Best first search or A* for solving AI problem (8-puzzle or Water Jug or other) | Solution |
6 | Implement a program to solve N-Queens problem using Prolog or Python | Solution |
7 | Solving Travelling Salesman Problem using Prolog or Python. | Solution |
8 | Solving Cryptarithmetic problem using Prolog or Python. | Solution |
9 | Implement Tic-Tac-Toe game using Min Max algorithm. | Solution |
10 | Use of Genetic algorithm for a given search and optimization problem. (De Jong’s function, Rastrigin functions, etc.) | Solution |
11 | Implement text tokenization using python. | Solution |
12 | Case Study: Study of any AI system or real-time application. | Solution |
0 Comments