Sorting Algorithm Web App


The next step for the Sorting Algorithms Java Swing app I built below. The plan is to have visualizations of different sorting algorithms on a web app. Currently I have implemented insertion sort, merge sort, and bubble sort using .NET's Blazor. The project is hosted on Azure and uses an SQL Server Database to store the recorded times of the algorithms execution.

GitHub Repo

Sorting Algorithms


This is a program made in Java using Java Swing with the goal of graphically displaying different sorting algorithms. Building this has helped me deepen my understanding of concepts covered in my Data Structures and Algorithms course.

GitHub Repo

Checkers


My first ever project a checkers game made in Java using Java Swing. Using my limited programming knowledge at the time wanted to see if I could recreate a game I would enjoy playing. Completing this project kickstarted my self-learning outside of the classroom.

GitHub Repo