Developed a Python-based game with a basic user-friendly UI during an Artificial Intelligence course. Implemented a MinMax Alpha-Beta algorithm to create an AI opponent, ensuring an unbeatable gaming experience. Players can choose to challenge the AI or engage in two-player mode, resulting in either a draw or a victory for the AI. Demonstrated strong problem-solving skills, algorithmic thinking, and game development proficiency in this challenging project.
Developed a medication information management system for a pharmacy, utilizing Binary Search Trees to organize data. Enabled users to add, update, list, and query medicines by category or disease, among other functionalities. Implemented a Hash Table for efficient data retrieval and storage, showcasing adeptness in data structures and information management.