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
Tkinter applications contains a collection of Python projects based on the Tkinter library. It includes a multifunctional watch, a personal agenda, a scientific calculator, and many other useful applications.
Implementation of the game 15-Puzzle solver which finds the shortest possible sequence of moves that restores the canonical configuration given an initial board configuration provided in a text file called "input.txt" by the user.
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.