Disclaimer: Copying these and handing them in as your own is considered plagiarism
Lab 1.1 - 0-1 Knapsack problem using DFS and BFS.
Lab 1.2 - Shortest path using Greedy Best-First Search and A*.
Lab 2 - Sudoku solver using DFS.
Lab 3.1 - Genetic algorithm to solve TSP.
Lab 3.2 - Ant Colony to solve TSP.
Lab 4 - Mancala bot using minimax algorithm.
Lab 5 - Neural Network to identify numbers in images using MNIST data set.