Modification of the aima-python/search.py to solve some basic AI problems and analyze different algorithms.
- Sudoku Solver
- Path_Finding_Agent
Given continuous state space with polygon find the path from source to destination using differnet search stratergies.