Skip to content

Here I post my own solutions of the Advent of Code events starting from 2021

Notifications You must be signed in to change notification settings

PoCc001/Own-Solutions-of-AOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Own-Solutions-of-AOC

Here I post my own solutions of the Advent of Code events starting from 2021.

Put the Java files into a folder (package) called aocjava for them to work.

I'm not 100% sure on which Linux distros the assembly version works. As of November 2023, I use NASM (version 2.14.02) as assembler and GCC (version 7.5.0) as linker. The Linux distro is openSUSE LEAP 15.4 on an x86 64-bit processor in a virtual machine. Maybe I'll use some AVX2 and FMA3 instructions in the future too.