UQCS CodeJam

This repo is an assembly of my solutions to the UQCS CodeJam problems.

The UQ Computing Society CodeJam is an annual competition that challenges students to compete in completing a series of programming challenges. The chalenges can vary in scope, but will typically test the application of various data structures and algorithms. The challenge is open in terms of which language can be used.

CodeJam 2022

I came 12th of 79 with a total of 301.11 points. I used python for this year's event.

The hackerrank page for the competition can be found here.

CodeJam 2023

I came 18th of 111 with a total of 334.68 points. I used python for this year's event.

The hackerrank page for the competition can be found here.

CodeJam 2024

I came 13th of 75 with a total of 315.61 points. I used rust for this year's event.

The hackerrank page for the competition can be found here.