Coding Projects

Coding Projects

Here are some of the coding projects I've worked on. These projects reflect my journey as a developer, showcasing my skills in problem-solving, design, and programming.

Each project tackles a unique challenge and highlights my ability to turn ideas into functional applications. Click on the links to explore more details.

Task Scheduler

An advanced task scheduling system that uses both Greedy and Dynamic Programming algorithms to optimize task execution based on dependencies, time constraints, and utility..

Technologies: Python

View on GitHub
Pong Game

A simple, classic Pong game recreated using Python.

Technologies: Python

View on GitHub