AI Search Algorithms Implementation
Developed Greedy and A* search algorithms in Python to solve pathfinding problems including Word Ladder, Weighted Graph Navigation, and 8-Puzzle. Applied heuristic optimization (Manhattan distance, letter difference) to achieve efficient and intelligent solution paths.