Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 586 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 586 Bytes

Introduction to Artificial Intelligence

This is a repository for the course "Introduction to Artificial Intelligence" at NTNU Trondheim.

Projects

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.