Programming
Advent of Code¶
I have only started doing Advent of Code recently with the 2024 series of questions, but I put my solutions on my Advent of Code GitHub repository.
WyrBox Projects¶
WyrBox is a GitHub organisation where I collaborate with friends to do some random projects.
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.