You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visualize the classic N-Queens puzzle 👑 in real time using AI search algorithms — Hill Climbing, Simulated Annealing, and Local Beam Search. Built with Python, Pygame, and NumPy, it beautifully animates how AI solves complex constraint problems step by step.
Traditional AI algorithms and search strategies: Multi-robot pathfinding with dynamic obstacles, constraint satisfaction problems, and optimization techniques. Implementations include A*, CSP solvers, genetic algorithms, and local beam search for real-world AI applications.