Curious and solution-oriented individual with a strong analytical mindset and a passion for connecting data with meaningful insight. Known for being adaptable, self-motivated, and eager to grow in fast-paced environments.
House Inheritance and Polymorphism System - JAVA
Built a class hierarchy with a 'House' superclass and subclasses like 'Apartment' and 'Bungalow'. Applied inheritance and polymorphism to implement shared and unique class behaviors. Demonstrated clean architecture and scalable object-oriented design.
Music Playlist Menu (Linked List Implementation) - Python
Designed a playlist manager using a custom singly linked list where each song was a node. Implemented features like addSong, removeSong, and playNext to simulate real playlist behavior, showcased pointer logic, edge-case handling, and dynamic structure manipulation.