This is a repository for the course "Introduction to Artificial Intelligence" at NTNU Trondheim.
Each folder is itsown project covering a different topic in AI.
-
astar - Applying the A* search
-
multiagent - Minimax and alpha-beta pruning
-
csp - Constraint Satisfaction Problems
-
logic - Propositional and First Order Logic in Reasoning (Theory)
-
collection - shorter forms of fundemental algorithms
Each project folder in the root directory contains a README.md file with a description of the project and how to run.