https://github.com/xoraus/artificial-intelligence-fall20
work submitted for AI Lab -fall20
https://github.com/xoraus/artificial-intelligence-fall20
artificial bfs cannibals-problem dfs intelligence laboratory-exercises prolog solutions
Last synced: 4 months ago
JSON representation
work submitted for AI Lab -fall20
- Host: GitHub
- URL: https://github.com/xoraus/artificial-intelligence-fall20
- Owner: xoraus
- Created: 2019-08-07T14:12:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T12:17:10.000Z (over 6 years ago)
- Last Synced: 2025-03-03T13:25:25.444Z (over 1 year ago)
- Topics: artificial, bfs, cannibals-problem, dfs, intelligence, laboratory-exercises, prolog, solutions
- Language: Prolog
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artificial-Intelligence-Fall20
-> @xoraus :)

1. Problemsheet 01: Introduction to Prolog
1. Invented early seventies by Alain Colmerauer in France and Robert Kowalski in Britain.
2. Prolog = Programmation en Logique (Programming in Logic).
3. Prolog is a declarative programming language
4. unlike most common programming languages.
5. In a declarative language
the programmer specifies a goal to be achieved
the Prolog system works out how to achieve it
6. relational databases owe something to Prolog
2. Problemsheet 02: List, Arthmetic, and logical operators
3. Problemsheet 03: implementation of BFS & DFS.
Missionaries and Cannibal Problme.
Umbrella Problem
4. Problemsheet 04: 8 Puzzle Problem using A* Algorithm
5. AO* Algorithm
6. Min-Max Search Trees and Alpha Beta Pruning