This list contains recent projects I completed in my free time or for school. Every project has its own page, offering extra details.
Made with:
This simple application automatically solves a Sudoku puzzle using a bruteforce algorithm. The project was programmed using Java and uses Swing as a GUI library
Learn More CodeMade with:
Implementation of the algorithm outlined here. Implemented using x86-64 assembly. This algorithm can be used to stream digits of pi (outputs 1 digit at a time), and can do so without needed floating point numbers (useful for older CPUs or low-end ARM processors).
Code