Welcome to PythonProjects β a collection of my Python-based applications and algorithm experiments.
Each subfolder is a standalone project showcasing different skills: console apps, GUI, algorithms, data structures, and more.
Name | Description | Mode / Highlights |
---|---|---|
Hangman Game | Classic word-guessing game | Console, input validation |
Hotel Management Application | Hotel booking & guest management system | Domain, repository, service layers |
Gomoku Game | Five in a Row vs AI (console + GUI) | Board game, AI strategy, Tkinter GUI, tests |
Other Algorithms & Problem Solving | Coin change, set partition, sorting, search, etc. | Backtracking, DP, sorting & complexity experiments |