Sudoku Solver with GUI
Developed a Sudoku solver using Backtracking (accurate, guaranteed solution) and Genetic Algorithm (heuristic, faster but approximate). Built an interactive GUI for easy puzzle input, solution visualization, and algorithm comparison.