Convex Hull Algorithms
C++ | Algorithms
Implemented brute-force and QuickHull approaches to solve the convex hull problem in C++.
Project 1
Early projects and experiments from my student years
C++ | Algorithms
Implemented brute-force and QuickHull approaches to solve the convex hull problem in C++.
Project 1
Java | SQL
Built a mock database-driven Java system for a healthcare-style workflow.
Project 2
C++ | Graph Search
Implemented a DFS-based maze generation algorithm in C++ to create unique maps for each run.
Project 3