My Projects

Image of bubble sort code

Bubble Sort Algorithm

This project demonstrates the Bubble Sort algorithm running from an external Python file using PyScript.

Bubble Sort Result:

Final output below

Image of Map-Reduce example

MapReduce

This project was written in GO and works to divide up work for processing large datasets in parallel across many different machines then combining all of those machines outputs into a single output

View on GitHub
Image of Music Sheet

Musical Score Project

This C++ project involved constructing instruments from waveforms and being able to read and write sheet music for those instruments to play.

View on GitHub