KTU 2019 Scheme
- Basic Search Strategy for AI application
- Implementation of state space search algorithm (Breadth First Search and Deapth First Search)
- Implementation of Informed search strategy for Best First Search
- Implement Informed search strategy for A* Search
- Implement of MINMAX Algorithm
- Implementing Backtracking Algorithms for CSP
- Implement local search algorithms for CSP
- Implement propositional logic inferences for AI tasks
- Implementation of Knowledge representation schemes
- Implement travelling salesman problem