AI Search Algorithm Simulator is a Python-based visualization tool using Tkinter and ttk. It allows users to create search trees and select different algorithms (BFS, DFS, UCS, A*, Greedy).
The tool animates the search process, tracks the fringe, and highlights the optimal path.
