This repository contains selected Java projects focused on parallel programming, performance, and algorithmic problem solving. The projects are based on university coursework and have been cleaned up for portfolio use.
Parallel implementation of a convex hull algorithm.
Matrix multiplication project with focus on performance and parallel execution.
Prime number/factorization project with focus on efficient computation and parallelization.
- Java
- Parallel programming
- Algorithms
- Performance-oriented programming
The purpose of this repository is to demonstrate experience with parallel programming, algorithmic thinking, and performance-focused Java development.