College ka ai programs
- Implement a python program to implement List operations (Nested List, Length, Concatenation, Membership, Iteration, Indexing and Slicing),
- Implement the programs on List methods (Add, Append, Extend Delete, Find,Search)Implement the programs on List methods (Add, Append, Extend Delete, Find,Search)
- Implement an Uninformed search algorithm: Breadth first search
- Implement an Uninformed search algorithm : Depth First search
- Implement an Uninformed search algorithm: IDFS
- Solve the Water Jug problem (Output Image)
- Solve 8-puzzle problem using A* algorithm
- Solve n-queens problem
- Implement the AI program on Crpt arithmetic Problem
- Implement minmax Algorithm
- Implement Alpha-Beta Pruning Algorithm