Skip to content

Programming

Advent of Code

I have been doing advent of code on and off with several languages for selected years. Advent of Code GitHub repository.

WyrBox Projects

WyrBox is a GitHub organisation where I collaborate with friends to do some random projects. There may or may not be some projects here.

Sort It Out

Sort It Out is a project where various different algorithms are implemented in various different languages. This is not just to better understand the algorithms, but also to practise the languages used.

So far, I have implemented the selection sort algorithm in Assembly.