Completed
Pizza Delivery Application: Used SQL and Java to manage customers and orders. Focused on database design and implementation.
Movie Recommendation System: Built with C++ and Python to recommend movies based on user preferences. Emphasized software development and algorithm design.
Compute Drone Path: Tackles efficient pesticide-spraying by using TSP and K-means–based algorithms to minimize drone travel distance across many field points.
Balance Ship Container: Develops an algorithm that rebalances ship containers within a constrained 8×12 grid so the left and right sides stay within 10% weight difference using the fewest crane moves.
Eight-Puzzle Game: Developed in C++, applying the A* search algorithm to solve the puzzle. Explored artificial intelligence concepts.
Feature Selection with KNN: Implemented the KNN algorithm and feature selection techniques in Python. Focused on data science and AI methodologies.